From 88bd85a11883ad341c6308e8c4d2c775d299b729 Mon Sep 17 00:00:00 2001 From: Ehco1996 Date: Mon, 13 May 2024 07:39:03 +0800 Subject: [PATCH] chore: fix clash yaml --- templates/clash/direct_ip.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/clash/direct_ip.yaml b/templates/clash/direct_ip.yaml index ad505c6321..db9f4ff401 100644 --- a/templates/clash/direct_ip.yaml +++ b/templates/clash/direct_ip.yaml @@ -1,3 +1,4 @@ payload: -{% autoescape off %}{% for ip in ip_list %} -- '{{ ip }}/32'{% endfor %}{% endautoescape %} + - "114.114.114.114" + {% autoescape off %}{% for ip in ip_list %} + - '{{ ip }}/32'{% endfor %}{% endautoescape %}