mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
to: 追加sing-box下发忘记提交的代码
This commit is contained in:
parent
d1eef94e6b
commit
ef914283aa
@ -2,16 +2,12 @@
|
||||
"dns": {
|
||||
"rules": [
|
||||
{
|
||||
"outbound": [
|
||||
"any"
|
||||
],
|
||||
"outbound": ["any"],
|
||||
"server": "local"
|
||||
},
|
||||
{
|
||||
"disable_cache": true,
|
||||
"geosite": [
|
||||
"category-ads-all"
|
||||
],
|
||||
"disable_cache": false,
|
||||
"geosite": ["category-ads-all"],
|
||||
"server": "block"
|
||||
},
|
||||
{
|
||||
@ -87,6 +83,20 @@
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"tag": "节点选择",
|
||||
"type": "selector",
|
||||
"default": "自动选择",
|
||||
"outbounds": ["自动选择"]
|
||||
},
|
||||
{ "tag": "direct", "type": "direct" },
|
||||
{ "tag": "block", "type": "block" },
|
||||
{ "tag": "dns-out", "type": "dns" },
|
||||
{
|
||||
"tag": "自动选择",
|
||||
"type": "urltest",
|
||||
"outbounds": []
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"auto_detect_interface": true,
|
||||
@ -108,10 +118,7 @@
|
||||
"outbound": "节点选择"
|
||||
},
|
||||
{
|
||||
"geoip": [
|
||||
"cn",
|
||||
"private"
|
||||
],
|
||||
"geoip": ["cn", "private"],
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
@ -120,4 +127,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user