Skip to content

Commit

Permalink
chore: fix clash yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed May 12, 2024
1 parent beafcd9 commit 88bd85a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/clash/direct_ip.yaml
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit 88bd85a

Please sign in to comment.