//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": "🐟 漏网之鱼" } }