mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
55b69e765c
~将原有规则中的代理域名分组合并到节点选择
21 lines
1.0 KiB
JSON
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": "🐟 漏网之鱼"
|
|
}
|
|
} |