Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jul 22, 2024
1 parent f33191b commit ed4a46d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/clash/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ proxy-groups:
use:
- {{ provider_name }}-all

- name: PROXY-NATIVE-IP
type: select
use:
- {{ provider_name }}-native-ip

{% for loc in node_location_set %}
- name: {{ loc }}
type: select
use:
- {{ provider_name }}-{{ loc }}
{% endfor %}

- name: PROXY-NATIVE-IP
type: select
use:
- {{ provider_name }}-native-ip

- name: auto
type: url-test
use:
Expand Down Expand Up @@ -71,7 +71,7 @@ proxy-providers:
type: http
url: {{ all_proxy_provider_url|safe }}&location={{ loc }}
interval: 3600
path: ./providers/{{ provider_name }}-native-ip.yaml
path: ./providers/{{ provider_name }}-{{ loc }}.yaml
health-check:
enable: true
interval: 300
Expand Down

0 comments on commit ed4a46d

Please sign in to comment.