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 %}