feat(脚本): 兼容sing-box最新版本、修复分流报错问题、移除reality相关域名

This commit is contained in:
mack-a
2026-03-27 16:48:04 +08:00
parent 773b1b7e32
commit e376117767
3 changed files with 61 additions and 10 deletions
+10 -4
View File
@@ -100,14 +100,13 @@
],
"mtu": 9000,
"auto_route": true,
"strict_route": true,
"sniff": true
"strict_route": true
},
{
"type": "mixed",
"tag": "mixed-in",
"listen": "127.0.0.1",
"listen_port": 1082,
"sniff": true,
"users": []
}
],
@@ -345,7 +344,14 @@
],
"rules": [
{
"action": "sniff"
"inbound": "mixed-in",
"action": "sniff",
"timeout": "1s"
},
{
"inbound": "tun-in",
"action": "sniff",
"timeout": "1s"
},
{
"protocol": "dns",