ShellCrash/rules/singbox_providers/ShellCrash_Geo_Nano.json
juewuy 55b69e765c ~增加极简规则与轻量规则模版
~将原有规则中的代理域名分组合并到节点选择
2024-02-16 16:22:05 +08:00

21 lines
1.0 KiB
JSON

//ShellCrash-geoip极简规则
{
"outbounds": [
{ "tag": "🚀 节点选择", "type": "selector", "outbounds": [ {providers_tags}, "🚀 手动切换" ] },
{ "tag": "🐟 漏网之鱼", "type": "selector", "outbounds": [ "🚀 节点选择", "🎯 本机直连" ] },
{ "tag": "🔗 直连域名", "type": "selector", "outbounds": [ "🎯 本机直连", "🚀 节点选择" ] },
{ "tag": "GLOBAL", "type": "selector", "outbounds": [ "🎯 本机直连", {providers_tags}, "🚀 手动切换" ] },
{ "tag": "🚀 手动切换", "type": "selector", "providers": [ {providers_tags} ], "includes": [ ".*" ] },
{ "tag": "🎯 本机直连", "type": "direct" },
{ "tag": "dns-out", "type": "dns" }
],
"route": {
"rules": [
{ "protocol": "dns", "outbound": "dns-out" },
{ "clash_mode": "Global", "outbound": "GLOBAL" },
{ "clash_mode": "Direct", "outbound": "🎯 本机直连" },
{ "geoip": "cn", "outbound": "🇨🇳 国内 IP" }
],
"final": "🐟 漏网之鱼"
}
}