2024-02-16 16:22:05 +08:00
|
|
|
//ShellCrash-geoip极简规则
|
|
|
|
{
|
|
|
|
"outbounds": [
|
2024-02-17 19:19:42 +08:00
|
|
|
{ "tag": "🚀 节点选择", "type": "selector", "outbounds": [ {providers_tags} ], "use_all_providers": true },
|
2024-02-16 16:22:05 +08:00
|
|
|
{ "tag": "🐟 漏网之鱼", "type": "selector", "outbounds": [ "🚀 节点选择", "🎯 本机直连" ] },
|
2024-02-16 18:32:56 +08:00
|
|
|
{ "tag": "🎯 全球直连", "type": "selector", "outbounds": [ "🎯 本机直连", "🚀 节点选择" ] },
|
2024-09-16 20:46:20 +08:00
|
|
|
{ "tag": "GLOBAL", "type": "selector", "outbounds": [ "🎯 本机直连", {providers_tags} ], "use_all_providers": true },
|
|
|
|
{ "tag": "🎯 本机直连", "type": "direct" },
|
2024-02-16 16:22:05 +08:00
|
|
|
{ "tag": "dns-out", "type": "dns" }
|
|
|
|
],
|
|
|
|
"route": {
|
|
|
|
"rules": [
|
|
|
|
{ "protocol": "dns", "outbound": "dns-out" },
|
|
|
|
{ "clash_mode": "Global", "outbound": "GLOBAL" },
|
|
|
|
{ "clash_mode": "Direct", "outbound": "🎯 本机直连" },
|
2024-02-16 18:32:56 +08:00
|
|
|
{ "geoip": "cn", "outbound": "🎯 全球直连" }
|
2024-02-16 16:22:05 +08:00
|
|
|
],
|
|
|
|
"final": "🐟 漏网之鱼"
|
|
|
|
}
|
|
|
|
}
|