Skip to content

Commit

Permalink
new selection policy group, to switch between automatic selection and…
Browse files Browse the repository at this point in the history
… manual selection of two policies
  • Loading branch information
zuluion committed Jul 5, 2023
1 parent a9687ab commit d8af2b2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions Clash-Template-Config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,27 +430,39 @@ proxy-groups:
# name: Local-Proxy
# type: fallback
# url: *health-check-url
# interval: 300
# interval: 30
# filter: ''
# use:
# - local
# -
# name: 🔰国外流量
# name: 🔰国外流量-AUTO
# type: url-test
# url: *health-check-url
# interval: 300
# interval: 30
# proxies:
# - Local-Proxy
# - 🔰国外流量-BASE
# -
# name: ⚓️其他流量
# name: ⚓️其他流量-AUTO
# type: url-test
# url: *health-check-url
# interval: 300
# interval: 30
# proxies:
# - Local-Proxy
# - ⚓️其他流量-BASE
# -
# name: 🔰国外流量
# type: select
# proxies:
# - 🔰国外流量-AUTO
# - 🔰国外流量-BASE
# -
# name: ⚓️其他流量
# type: select
# proxies:
# - ⚓️其他流量-AUTO
# - ⚓️其他流量-BASE
# -
# name: 🔰国外流量-BASE
# type: select
# proxies:
Expand Down

0 comments on commit d8af2b2

Please sign in to comment.