mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-01-12 16:35:38 +08:00
feat(脚本): 更新sing-box订阅配置以忽略警告
This commit is contained in:
@@ -205,26 +205,9 @@
|
||||
],
|
||||
"default": "direct"
|
||||
},
|
||||
{
|
||||
"type": "selector",
|
||||
"tag": "reject",
|
||||
"outbounds": [
|
||||
"block",
|
||||
"direct"
|
||||
],
|
||||
"default": "block"
|
||||
},
|
||||
{
|
||||
"tag": "direct",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"tag": "block",
|
||||
"type": "block"
|
||||
},
|
||||
{
|
||||
"tag": "dns",
|
||||
"type": "dns"
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
@@ -357,6 +340,13 @@
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"action": "sniff"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"action": "hijack-dns"
|
||||
},
|
||||
{
|
||||
"clash_mode": "global",
|
||||
"outbound": "手动切换"
|
||||
@@ -365,10 +355,6 @@
|
||||
"clash_mode": "direct",
|
||||
"outbound": "本地直连"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"outbound": "dns"
|
||||
},
|
||||
{
|
||||
"type": "logical",
|
||||
"mode": "or",
|
||||
@@ -389,7 +375,9 @@
|
||||
"protocol": "stun"
|
||||
}
|
||||
],
|
||||
"outbound": "block"
|
||||
"action": "reject",
|
||||
"method": "default",
|
||||
"no_drop": false
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
@@ -411,7 +399,9 @@
|
||||
},
|
||||
{
|
||||
"rule_set": "geosite-openai@ads",
|
||||
"outbound": "block"
|
||||
"action": "reject",
|
||||
"method": "default",
|
||||
"no_drop": false
|
||||
},
|
||||
{
|
||||
"rule_set": "geosite-openai",
|
||||
|
||||
Reference in New Issue
Block a user