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