diff --git a/templates/clash/direct_ip.yaml b/templates/clash/direct_ip.yaml index db9f4ff401..96aa403754 100644 --- a/templates/clash/direct_ip.yaml +++ b/templates/clash/direct_ip.yaml @@ -1,4 +1,4 @@ payload: - - "114.114.114.114" + - "114.114.114.114/32" {% autoescape off %}{% for ip in ip_list %} - '{{ ip }}/32'{% endfor %}{% endautoescape %}