Skip to content

Commit

Permalink
Refactor direct IP payload in clash yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed May 14, 2024
1 parent 88bd85a commit 725e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/clash/direct_ip.yaml
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit 725e931

Please sign in to comment.