~优化providers规则模版

This commit is contained in:
juewuy
2025-12-09 13:57:07 +08:00
parent 1b056167ba
commit 42d5ec5ed5
14 changed files with 64 additions and 34 deletions

View File

@@ -7,11 +7,19 @@
"route": {
"rules": [
{ "rule_set": [ "privateip" ], "outbound": "🎯 全球直连" },
{ "rule_set": [ "cn" ], "outbound": "🎯 全球直连" },
{ "action": "resolve", "server": "dns_proxy", "strategy": "prefer_ipv4"},
{ "rule_set": [ "cnip" ], "outbound": "🎯 全球直连" }
],
"rule_set": [
{
"tag": "cn",
"type": "remote",
"format": "binary",
"path": "./ruleset/cn.srs",
"url": "https://testingcf.jsdelivr.net/gh/DustinWin/ruleset_geodata@sing-box-ruleset/cn.srs"
},
{
"tag": "privateip",
"type": "remote",