mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
🥇 Update Clash Meta Provider Config for CN
This commit is contained in:
parent
b0ae463718
commit
4f3fb3dcef
@ -96,7 +96,7 @@ proxy-groups:
|
||||
- name: manual
|
||||
type: select
|
||||
use:
|
||||
- local
|
||||
#- local
|
||||
- airports
|
||||
- aggregator
|
||||
|
||||
@ -104,21 +104,22 @@ proxy-groups:
|
||||
type: url-test
|
||||
#filter: "🏁"
|
||||
use:
|
||||
- local
|
||||
#- local
|
||||
- airports
|
||||
- aggregator
|
||||
|
||||
proxy-providers:
|
||||
|
||||
local:
|
||||
type: file
|
||||
path: ./providers/local.yaml ## << Put your custom servers here. Clash.Meta also accepts ss://, vmess://, trojan:// and other URLs.
|
||||
health-check:
|
||||
enable: true
|
||||
interval: 3600
|
||||
lazy: true
|
||||
url: "http://cp.cloudflare.com/"
|
||||
#url: "http://detectportal.firefox.com/success.txt"
|
||||
#local:
|
||||
#type: file
|
||||
#path: ./providers/local.yaml ## << Put your custom servers here. Clash.Meta also accepts ss://, vmess://, trojan:// and other URLs.
|
||||
#health-check:
|
||||
#enable: true
|
||||
#interval: 3600
|
||||
#lazy: true
|
||||
#url: "http://cdn.jsdelivr.net"
|
||||
##url: "http://cp.cloudflare.com"
|
||||
##url: "http://detectportal.firefox.com/success.txt"
|
||||
|
||||
airports:
|
||||
type: http
|
||||
@ -129,7 +130,8 @@ proxy-providers:
|
||||
enable: true
|
||||
interval: 3600
|
||||
lazy: true
|
||||
url: "http://cp.cloudflare.com/"
|
||||
url: "http://cdn.jsdelivr.net"
|
||||
#url: "http://cp.cloudflare.com"
|
||||
#url: "http://detectportal.firefox.com/success.txt"
|
||||
|
||||
aggregator:
|
||||
@ -141,7 +143,8 @@ proxy-providers:
|
||||
enable: true
|
||||
interval: 3600
|
||||
lazy: true
|
||||
url: "http://cp.cloudflare.com/"
|
||||
url: "http://cdn.jsdelivr.net"
|
||||
#url: "http://cp.cloudflare.com"
|
||||
#url: "http://detectportal.firefox.com/success.txt"
|
||||
|
||||
rule-providers:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user