优化dns: direct-nameserver, policy, icon, apple/rule
This commit is contained in:
@@ -0,0 +1,289 @@
|
||||
# port: 7890
|
||||
# socks-port: 7891
|
||||
# redir-port: 7892
|
||||
# tproxy-port: 7893
|
||||
mixed-port: 7890
|
||||
allow-lan: true
|
||||
bind-address: "*"
|
||||
mode: rule
|
||||
log-level: info
|
||||
external-controller: 127.0.0.1:9090
|
||||
|
||||
tun:
|
||||
enable: true # 1. 必须改为 true 才能真正启用
|
||||
stack: mixed # 2. 改为 mixed 性能最好,或者用 system
|
||||
auto-route: true
|
||||
strict-route: true # 3. 建议改为 true,开启严格路由模式,能够更彻底地封死特定软件绕过代理的行为
|
||||
auto-detect-interface: true
|
||||
dns-hijack:
|
||||
- any:53 # 4. 修正了这里的空格缩进,强行劫持全部本地 DNS 请求
|
||||
|
||||
dns:
|
||||
enable: true
|
||||
listen: ""
|
||||
ipv6: false
|
||||
enhanced-mode: fake-ip
|
||||
fake-ip-range: 198.18.0.1/16
|
||||
fake-ip-filter:
|
||||
- '*.lan'
|
||||
- '*.local'
|
||||
- 'geosite:private'
|
||||
#STUN 是 WebRTC、语音通话、游戏联机用来做 **NAT 穿透** 的 UDP 协议(视频通话、Discord、游戏 P2P、IP 探测都在用)
|
||||
- '+.stun.*.*'
|
||||
- '+.stun.*.*.*'
|
||||
- '+.stun.*.*.*.*'
|
||||
- '+.stun.*.*.*.*.*'
|
||||
# Google Voices
|
||||
- 'lens.l.google.com'
|
||||
# Nintendo Switch
|
||||
- '*.n.n.srv.nintendo.net'
|
||||
# PlayStation
|
||||
- '+.stun.playstation.net'
|
||||
# XBox
|
||||
- 'xbox.*.*.microsoft.com'
|
||||
- '*.*.xboxlive.com'
|
||||
# Microsoft NCSI网络探测
|
||||
- '*.msftncsi.com'
|
||||
- '*.msftconnecttest.com'
|
||||
- 'geosite:cn'
|
||||
- "rule-set:salem@cn,GitHub,fake-ip-filter"
|
||||
use-hosts: true
|
||||
use-system-hosts: false
|
||||
default-nameserver: ['system','223.5.5.5']
|
||||
nameserver: ['https://1.1.1.1/dns-query', 'https://8.8.8.8/dns-query']
|
||||
nameserver-policy:
|
||||
'+.oracle.com': ['system', '223.5.5.5']
|
||||
'geosite:cn,apple@cn': ['system', '223.5.5.5']
|
||||
'rule-set:salem@cn': ['system', '223.5.5.5']
|
||||
#'geosite:apple@cn': ['system', '223.5.5.5']
|
||||
#'geosite:cn,!apple@cn': ['system', '223.5.5.5']
|
||||
'geosite:apple,!apple@cn': ['https://1.1.1.1/dns-query#🚀节点选择', 'https://8.8.8.8/dns-query#🚀节点选择']
|
||||
#'geosite:geolocation-!cn': ['tls://1.1.1.1', 'tls://8.8.8.8'] #🚀节点选择
|
||||
proxy-server-nameserver:
|
||||
- 'system'
|
||||
- '223.5.5.5'
|
||||
direct-nameserver:
|
||||
- 'system'
|
||||
- '223.5.5.5'
|
||||
direct-nameserver-follow-policy: true
|
||||
|
||||
proxies:
|
||||
- {name: "🟢 直连", type: direct, udp: true, ip-version: ipv4}
|
||||
|
||||
###锚点###
|
||||
# 代理组相关
|
||||
o1: &o1 {type: select, proxies: []}
|
||||
o2: &o2 {type: select, proxies: ['🚀节点选择']}
|
||||
o3: &o3 {type: select, proxies: ['🟢 直连', '🚀节点选择']}
|
||||
o4: &o4 {type: select, proxies: ['🚀节点选择', '🟢 直连']}
|
||||
o5: &o5 {type: select, proxies: ['REJECT', '🟢 直连 ']}
|
||||
g5: &g5 {type: select, proxies: [🚀节点选择]}
|
||||
|
||||
# 代理组
|
||||
proxy-groups:
|
||||
- {name: 🚀节点选择, <<: *o1, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Static.png'}
|
||||
- {name: Google, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png'}
|
||||
- {name: 漏网之鱼, <<: *o4, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Final.png'}
|
||||
- {name: YOUTUBE, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png'}
|
||||
- {name: NETFLIX, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png'}
|
||||
- {name: Disney, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Disney+.png'}
|
||||
#- {name: HBO, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/HBO_Max.png'}
|
||||
#- {name: VIU, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/viu.webp'}
|
||||
- {name: 电报消息, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/telegram.png'}
|
||||
- {name: GitHub, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/github1.png'}
|
||||
- {name: AI, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/ChatGPT.png'}
|
||||
- {name: 苹果AI, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/Apple_Intelligence.png'}
|
||||
- {name: AppleTV, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/Apple_TV_2026.webp'}
|
||||
- {name: 苹果音乐, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/apple-music.png'}
|
||||
- {name: spotify, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Spotify.png'}
|
||||
#- {name: 国际亚马逊, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/amazon-web-services.png'}
|
||||
- {name: 美国, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/United_States.png'}
|
||||
- {name: OneDrive, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/OneDrive.png'}
|
||||
- {name: Microsoft, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Microsoft.png'}
|
||||
- {name: Paypal, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/PayPal.png'}
|
||||
- {name: Finance, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/bitcoin.png'}
|
||||
- {name: eBay, <<: *o4, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/ebay.png'}
|
||||
- {name: TikTok, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/TikTok.png'}
|
||||
#- {name: 游戏国际, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Game.png'}
|
||||
- {name: 🇺🇲 WIFI_CALL_US, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/wificalling.webp'}
|
||||
- {name: 🇬🇧 WIFI_CALL_UK, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/wificalling.webp'}
|
||||
- {name: 🇭🇰 WIFI_CALL_HK, <<: *o2, icon: 'https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/image/wificalling.webp'}
|
||||
- {name: Facebook, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/facebook.png'}
|
||||
- {name: Twitter, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Twitter.png'}
|
||||
- {name: Instagram, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/instagram.png'}
|
||||
- {name: Whatsapp, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/whatsapp.png'}
|
||||
- {name: Speedtest, <<: *o2, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/librespeed.png'}
|
||||
- {name: 苹果国际, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Apple.png'}
|
||||
- {name: 苹果服务, <<: *o3, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Apple.png'}
|
||||
- {name: 甲骨文, <<: *o3, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/oracle.png'}
|
||||
- {name: 自制直连, <<: *o3, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/apache-answer.png'}
|
||||
#- {name: 中国亚马逊, <<: *o3, icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/amazon.png'}
|
||||
#- {name: 游戏中国, <<: *o3, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Game.png'}
|
||||
#- {name: 爱奇艺, <<: *o3, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/iQIYI&bilibili.png'}
|
||||
#- {name: 哔哩哔哩, <<: *o3, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/bilibili_3.png}
|
||||
#- {name: Emby, <<: *o3, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Emby.png'}
|
||||
#- {name: 🎯 全球直连, <<: *o3}
|
||||
#- {name: 🛑 广告拦截, <<: *o4}
|
||||
#- {name: 🍃 应用净化, <<: *o4}
|
||||
#地区策略组和锚点
|
||||
- {name: 🇭🇰 香港节点, <<: *g5, icon: "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Hong_Kong.png", filter: "(?i)港|HK|Hong Kong|🇭🇰" }
|
||||
- {name: 🇺🇸 美国中转, <<: *g5, icon: "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/United_States.png", filter: "^((?!(落地|TAG|直连)).)*$"}
|
||||
- {name: 🇩🇪 德国中转, <<: *g5, icon: "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Germany.png", filter: "^((?!(落地|TAG|直连)).)*$"}
|
||||
- {name: "🇭🇰 香港自动选择", filter: "(?i)香港|HK|Hong|Kong", include-all-providers: true, proxies:[], type: url-test, url: "http://cloudflare.com", interval: 300, tolerance: 50}
|
||||
|
||||
|
||||
|
||||
|
||||
# 分流规则引用
|
||||
rules:
|
||||
#路由规则https://wiki.metacubex.one/config/rules/
|
||||
- DOMAIN,v2.sswiwi.com,🚀节点选择
|
||||
- DOMAIN-SUFFIX,nodeseek.com,🇭🇰 香港节点
|
||||
- DOMAIN-SUFFIX,nodeimage.net,🇭🇰 香港节点
|
||||
- DOMAIN-SUFFIX,sourceforge.net,🚀节点选择
|
||||
- IP-CIDR,194.221.250.50/24,电报消息,no-resolve
|
||||
- RULE-SET,salem@cn,自制直连
|
||||
- RULE-SET,YouTube,YOUTUBE
|
||||
- RULE-SET,Netflix,NETFLIX
|
||||
- RULE-SET,Netflix_ip,NETFLIX
|
||||
- RULE-SET,Disney,Disney
|
||||
#- RULE-SET,Amazon-!cn,国际亚马逊
|
||||
#- RULE-SET,Amazon@cn,中国亚马逊
|
||||
#- RULE-SET,HBO,HBO
|
||||
#- RULE-SET,VIU,VIU
|
||||
- RULE-SET,OneDrive,OneDrive
|
||||
- RULE-SET,GitHub,GitHub
|
||||
- RULE-SET,WIFI_CALL_US,🇺🇲 WIFI_CALL_US
|
||||
- RULE-SET,WIFI_CALL_UK,🇬🇧 WIFI_CALL_UK
|
||||
- RULE-SET,WIFI_CALL_HK,🇭🇰 WIFI_CALL_HK
|
||||
- RULE-SET,AI,AI
|
||||
- RULE-SET,AI_ip,AI
|
||||
- RULE-SET,Telegram,电报消息
|
||||
- RULE-SET,Telegram_ip,电报消息
|
||||
- RULE-SET,Facebook,Facebook
|
||||
- RULE-SET,Facebook_ip,Facebook
|
||||
- RULE-SET,X.com,Twitter
|
||||
- RULE-SET,Instagram,Instagram
|
||||
- RULE-SET,Whatsapp,Whatsapp
|
||||
- RULE-SET,US,美国
|
||||
- RULE-SET,apple@cn,苹果服务
|
||||
- RULE-SET,AppleTV,AppleTV
|
||||
- RULE-SET,applemusic,苹果音乐
|
||||
- RULE-SET,apple-music,苹果音乐
|
||||
- RULE-SET,apple-intelligence,苹果AI
|
||||
- RULE-SET,apple,苹果国际
|
||||
- RULE-SET,PayPal,Paypal
|
||||
- RULE-SET,bybit,Finance
|
||||
- RULE-SET,binance,Finance
|
||||
- RULE-SET,okx,Finance
|
||||
- RULE-SET,redotpay,Finance
|
||||
- RULE-SET,ebay,eBay
|
||||
- RULE-SET,Spotify,spotify
|
||||
- RULE-SET,TikTok,TikTok
|
||||
- RULE-SET,oracle,甲骨文
|
||||
- RULE-SET,speedtest,Speedtest
|
||||
#- RULE-SET,Epic-!cn,游戏国际
|
||||
#- RULE-SET,Epic@cn,游戏中国
|
||||
#- RULE-SET,Origin,游戏国际
|
||||
#- RULE-SET,Sony,游戏国际
|
||||
#- RULE-SET,Steam-!cn,游戏国际
|
||||
#- RULE-SET,Steam@cn,游戏中国
|
||||
#- RULE-SET,Nintendo-!cn,游戏国际
|
||||
#- RULE-SET,Nintendo@cn,游戏中国
|
||||
#- RULE-SET,GameDownload-!cn,游戏国际
|
||||
#- RULE-SET,GameDownload@cn,游戏中国
|
||||
- RULE-SET,microsoft@cn,DIRECT
|
||||
- RULE-SET,microsoft,Microsoft
|
||||
- RULE-SET,google,Google
|
||||
- RULE-SET,google_ip,Google
|
||||
- RULE-SET,geolocation-!cn,Google
|
||||
#- RULE-SET,iQIYI,DIRECT
|
||||
#- RULE-SET,BiliBili,DIRECT
|
||||
#- RULE-SET,emby,DIRECT
|
||||
#- RULE-SET,geosite-cn,DIRECT
|
||||
#- RULE-SET,geoip-cn,DIRECT
|
||||
- RULE-SET,private,DIRECT
|
||||
- RULE-SET,private_ip,DIRECT
|
||||
#- RULE-SET,bt,DIRECT
|
||||
- GEOSITE,CN,DIRECT
|
||||
- GEOIP,CN,DIRECT
|
||||
- GEOIP,LAN,DIRECT
|
||||
- DST-PORT,22,DIRECT
|
||||
- MATCH,漏网之鱼
|
||||
|
||||
###锚点###
|
||||
# 规则行为相关
|
||||
pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml}
|
||||
pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml}
|
||||
pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml}
|
||||
pt: &pt {type: http, behavior: classical, interval: 86400, format: text}
|
||||
ip: &ip {type: http, behavior: ipcidr, interval: 86400, format: mrs}
|
||||
mrs: &mrs {type: http, behavior: domain, interval: 86400, format: mrs}
|
||||
|
||||
# 远程规则集
|
||||
rule-providers:
|
||||
YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs"}
|
||||
Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs"}
|
||||
Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs"}
|
||||
Disney: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.mrs"}
|
||||
#Amazon-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/amazon-!cn.yaml"}
|
||||
#Amazon@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/amazon@cn.yaml"}
|
||||
#HBO: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/HBO/HBO.yaml"}
|
||||
#VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml"}
|
||||
OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs"}
|
||||
GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs"}
|
||||
AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs"}
|
||||
AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs"}
|
||||
Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs"}
|
||||
Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs"}
|
||||
Facebook: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/facebook.mrs"}
|
||||
Facebook_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/facebook.mrs"}
|
||||
X.com: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/x.mrs"}
|
||||
Instagram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/instagram.mrs"}
|
||||
Whatsapp: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/whatsapp.mrs"}
|
||||
US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml"}
|
||||
apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs"}
|
||||
AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs"}
|
||||
applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs"}
|
||||
apple-music: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-music.mrs"}
|
||||
apple-intelligence: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.mrs"}
|
||||
apple: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple.mrs"}
|
||||
WIFI_CALL_US: {<<: *pc, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/rules/clash/Wifi_Call_US.yaml"}
|
||||
WIFI_CALL_UK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_UK.yaml"}
|
||||
WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml"}
|
||||
PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs"}
|
||||
bybit: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bybit.mrs"}
|
||||
binance: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/binance.mrs"}
|
||||
okx: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/okx.mrs"}
|
||||
redotpay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/redotpay.mrs"}
|
||||
ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs"}
|
||||
Spotify: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs"}
|
||||
TikTok: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs"}
|
||||
#Epic@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames@cn.yaml"}
|
||||
#Epic-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/epicgames-!cn.yaml"}
|
||||
#Origin: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.yaml"}
|
||||
#Sony: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/sony.yaml"}
|
||||
#Steam@cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam@cn.yaml"}
|
||||
#Steam-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/steam-!cn.yaml"}
|
||||
#Nintendo@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/nintendo@cn.yaml"}
|
||||
#Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/nintendo-!cn.yaml"}
|
||||
#GameDownload@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-game-platforms-download@cn.yaml"}
|
||||
#GameDownload-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/category-game-platforms-download-!cn.yaml"}
|
||||
microsoft@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/microsoft@cn.mrs"}
|
||||
microsoft: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs"}
|
||||
#iQIYI: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/iqiyi.yaml"}
|
||||
#BiliBili: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bilibili.yaml"}
|
||||
#emby: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.yaml"}
|
||||
google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs"}
|
||||
google_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs"}
|
||||
#bt: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/bt.yaml"}
|
||||
salem@cn: {<<: *pc, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/rules/clash/salem@cn.yaml"}
|
||||
oracle: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/oracle.mrs"}
|
||||
geolocation-!cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs"}
|
||||
#geosite-cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.yaml"}
|
||||
#geoip-cn: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.yaml"}
|
||||
private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs"}
|
||||
private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs"}
|
||||
speedtest: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-speedtest.mrs"}
|
||||
#speedtest: {<<: *pc, url: "https://raw.githubusercontents.com/blackmatrix7/ios_rule_script/master/rule/Clash/Speedtest/Speedtest.yaml"}
|
||||
fake-ip-filter: {<<: *pd, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/stash/fake-ip-filter.yaml"}
|
||||
Reference in New Issue
Block a user