mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-09-02 13:56:37 +00:00
feat(脚本): 兼容sing-box最新版本、修复分流报错问题、移除reality相关域名
This commit is contained in:
+10
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user