优化模版语句

This commit is contained in:
juewuy
2024-02-17 19:19:42 +08:00
parent 2fba0f58ed
commit 120a97ddc5
6 changed files with 47 additions and 47 deletions

View File

@@ -1,10 +1,10 @@
//ShellCrash-geoip极简规则
{
"outbounds": [
{ "tag": "🚀 节点选择", "type": "selector", "outbounds": [ {providers_tags} ], "providers": [ {providers_tags} ], "includes": [ ".*" ] },
{ "tag": "🚀 节点选择", "type": "selector", "outbounds": [ {providers_tags} ], "use_all_providers": true },
{ "tag": "🐟 漏网之鱼", "type": "selector", "outbounds": [ "🚀 节点选择", "🎯 本机直连" ] },
{ "tag": "🎯 全球直连", "type": "selector", "outbounds": [ "🎯 本机直连", "🚀 节点选择" ] },
{ "tag": "GLOBAL", "type": "selector", "outbounds": [ "🎯 本机直连", {providers_tags} ], "providers": [ {providers_tags} ], "includes": [ ".*" ] },
{ "tag": "GLOBAL", "type": "selector", "outbounds": [ "🎯 本机直连", {providers_tags} ], "use_all_providers": true },
{ "tag": "🎯 本机直连", "type": "direct" },
{ "tag": "dns-out", "type": "dns" }
],