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
8ecb96a508
commit
2cf32eed7a
@ -95,42 +95,42 @@ proxy-providers:
|
||||
#enable: true
|
||||
#interval: 3600
|
||||
#lazy: true
|
||||
#url: "https://cdn.jsdelivr.net"
|
||||
##url: "https://cp.cloudflare.com"
|
||||
#url: "https://cp.cloudflare.com"
|
||||
##url: "https://cdn.jsdelivr.net"
|
||||
##url: "https://detectportal.firefox.com/success.txt"
|
||||
|
||||
airports:
|
||||
type: http
|
||||
url: "https://cdn.jsdelivr.net/gh/mahdibland/V2RayAggregator@master/sub/airport_merge_yaml.yml"
|
||||
url: "https://raw.githubusercontent.com/mahdibland/V2RayAggregator/master/sub/airport_merge_yaml.yml"
|
||||
interval: 86400
|
||||
path: ./providers/airports.yaml
|
||||
health-check:
|
||||
enable: true
|
||||
interval: 3600
|
||||
lazy: true
|
||||
url: "https://cdn.jsdelivr.net"
|
||||
#url: "https://cp.cloudflare.com"
|
||||
url: "https://cp.cloudflare.com"
|
||||
#url: "https://cdn.jsdelivr.net"
|
||||
#url: "https://detectportal.firefox.com/success.txt"
|
||||
|
||||
aggregator:
|
||||
type: http
|
||||
url: "https://cdn.jsdelivr.net/gh/mahdibland/V2RayAggregator@master/sub/sub_merge_yaml.yml"
|
||||
#url: "https://cdn.jsdelivr.net/gh/Bardiafa/Free-V2ray-Config@main/All_Configs_Sub.txt"
|
||||
url: "https://raw.githubusercontent.com/mahdibland/V2RayAggregator/master/sub/sub_merge.txt"
|
||||
#url: "https://raw.githubusercontent.com/Bardiafa/Free-V2ray-Config/main/All_Configs_Sub.txt"
|
||||
interval: 86400
|
||||
path: ./providers/aggregator.yaml
|
||||
health-check:
|
||||
enable: true
|
||||
interval: 3600
|
||||
lazy: true
|
||||
url: "https://cdn.jsdelivr.net"
|
||||
#url: "https://cp.cloudflare.com"
|
||||
url: "https://cp.cloudflare.com"
|
||||
#url: "https://cdn.jsdelivr.net"
|
||||
#url: "https://detectportal.firefox.com/success.txt"
|
||||
|
||||
rule-providers:
|
||||
applications:
|
||||
type: http
|
||||
behavior: classical
|
||||
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/applications.txt"
|
||||
url: "https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/applications.txt"
|
||||
path: ./ruleset/applications.yaml
|
||||
interval: 604800
|
||||
|
||||
@ -139,6 +139,7 @@ rules:
|
||||
- GEOSITE,win-spy,REJECT ## Rejects MS Windows analytics and spying.
|
||||
- GEOIP,CN,DIRECT ## Check "provider-meta.yml" for Iran's config.
|
||||
- GEOSITE,cn,DIRECT ## Check "provider-meta.yml" for Iran's config.
|
||||
- DOMAIN-SUFFIX,cn,DIRECT ## Check "provider-meta.yml" for Iran's config.
|
||||
- GEOSITE,category-games,DIRECT ## Online gaming
|
||||
- GEOIP,private,DIRECT ## Loopback and LAN IPs
|
||||
- RULE-SET,applications,DIRECT ## P2P software e.g. BitTorrent.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user