更新 config/stash/stash_mrs.yaml

This commit is contained in:
2026-08-26 03:49:07 +08:00
parent 29946968a8
commit acf0138e30
+41 -35
View File
@@ -193,6 +193,7 @@ rules:
- RULE-SET,Telegram,电报消息 - RULE-SET,Telegram,电报消息
- RULE-SET,Telegram_ip,电报消息 - RULE-SET,Telegram_ip,电报消息
- RULE-SET,Facebook,Facebook - RULE-SET,Facebook,Facebook
- RULE-SET,Facebook_ip,Facebook
- RULE-SET,X.com,Twitter - RULE-SET,X.com,Twitter
- RULE-SET,Instagram,Instagram - RULE-SET,Instagram,Instagram
- RULE-SET,Whatsapp,Whatsapp - RULE-SET,Whatsapp,Whatsapp
@@ -200,6 +201,7 @@ rules:
- RULE-SET,apple@cn,苹果服务 - RULE-SET,apple@cn,苹果服务
- RULE-SET,AppleTV,AppleTV - RULE-SET,AppleTV,AppleTV
- RULE-SET,applemusic,苹果音乐 - RULE-SET,applemusic,苹果音乐
- RULE-SET,apple-music,苹果音乐
- RULE-SET,apple-intelligence,苹果AI - RULE-SET,apple-intelligence,苹果AI
- RULE-SET,PayPal,Paypal - RULE-SET,PayPal,Paypal
- RULE-SET,bybit,Finance - RULE-SET,bybit,Finance
@@ -246,43 +248,47 @@ pd: &pd {type: http, behavior: domain, interval: 86400, format: yaml}
pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml} pc: &pc {type: http, behavior: classical, interval: 86400, format: yaml}
pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml} pi: &pi {type: http, behavior: ipcidr, interval: 86400, format: yaml}
pt: &pt {type: http, behavior: classical, interval: 86400, format: text} 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: rule-providers:
YouTube: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.yaml"} YouTube: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs"}
Netflix: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.yaml"} Netflix: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs"}
Netflix_ip: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.yaml"} Netflix_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs"}
Disney: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/disney.yaml"} 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: {<<: *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"} #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"} #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"} #VIU: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Clash/ViuTV/ViuTV.yaml"}
OneDrive: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.yaml"} OneDrive: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs"}
GitHub: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.yaml"} GitHub: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs"}
AI: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.yaml"} AI: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-ai-!cn.mrs"}
AI_ip: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.yaml"} AI_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/ai.mrs"}
Telegram: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.yaml"} Telegram: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs"}
Telegram_ip: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.yaml"} Telegram_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs"}
Facebook: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/facebook.yaml"} Facebook: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/facebook.mrs"}
X.com: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/x.yaml"} Facebook_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/facebook.mrs"}
Instagram: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/meta/geo/geosite/instagram.yaml"} X.com: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/x.mrs"}
Whatsapp: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/whatsapp.yaml"} 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"} US: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/US.yaml"}
apple@cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.yaml"} apple@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple@cn.mrs"}
AppleTV: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.yaml"} AppleTV: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-tvplus.mrs"}
applemusic: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.yaml"} applemusic: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo-lite/geosite/applemusic.mrs"}
apple-intelligence: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-intelligence.yaml"} 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"}
WIFI_CALL_US: {<<: *pc, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/rules/clash/Wifi_Call_US.yaml"} 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_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"} WIFI_CALL_HK: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/Wifi_Call_HK.yaml"}
PayPal: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.yaml"} PayPal: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs"}
bybit: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bybit.yaml"} bybit: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/bybit.mrs"}
binance: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/binance.yaml"} binance: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/binance.mrs"}
okx: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/okx.yaml"} okx: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/okx.mrs"}
redotpay: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/redotpay.yaml"} redotpay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/redotpay.mrs"}
ebay: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.yaml"} ebay: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ebay.mrs"}
Spotify: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.yaml"} Spotify: {<<: mrspd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/spotify.mrs"}
TikTok: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.yaml"} 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"}
#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"} #Origin: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/origin.yaml"}
@@ -293,21 +299,21 @@ rule-providers:
#Nintendo-!cn: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/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: {<<: *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"} #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: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/microsoft@cn.yaml"} microsoft@cn: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/microsoft@cn.mrs"}
microsoft: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.yaml"} 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"} #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"} #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"} #emby: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-emby.yaml"}
google: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.yaml"} google: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs"}
google_ip: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.yaml"} 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"} #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"} salem@cn: {<<: *pc, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/rules/clash/salem@cn.yaml"}
oracle: {<<: *pc, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.yaml"} oracle: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/lusalem/ruleset/main/rules/clash/oracle.mrs"}
geolocation-!cn: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.yaml"} 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"} #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"} #geoip-cn: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.yaml"}
private: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.yaml"} private: {<<: *mrs, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs"}
private_ip: {<<: *pi, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.yaml"} private_ip: {<<: *ip, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/private.mrs"}
speedtest: {<<: *pd, url: "https://gh.sswiwi.com/https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/category-speedtest.yaml"} 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"} #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"} fake-ip-filter: {<<: *pd, url: "https://git.sswiwi.com/salem/ruleset/raw/branch/main/config/stash/fake-ip-filter.yaml"}