合并SingBox Stable源码

This commit is contained in:
CN-JS-HuiBai
2026-04-16 11:50:46 +08:00
parent 0416696599
commit 551935c819
7 changed files with 56 additions and 28 deletions

View File

@@ -37,14 +37,5 @@
]
}
],
"inbounds": [],
"route": {
"rules": [
{
"protocol": "dns",
"action": "hijack-dns"
}
],
"auto_detect_interface": true
}
"inbounds": []
}

View File

@@ -29,14 +29,5 @@
"node_id": 286
}
],
"inbounds": [],
"route": {
"rules": [
{
"protocol": "dns",
"action": "hijack-dns"
}
],
"auto_detect_interface": true
}
"inbounds": []
}

12
configs/outbound.json Normal file
View File

@@ -0,0 +1,12 @@
{
"outbounds": [
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
}
]
}

11
configs/route.json Normal file
View File

@@ -0,0 +1,11 @@
{
"route": {
"rules": [
{
"protocol": "dns",
"action": "hijack-dns"
}
],
"auto_detect_interface": true
}
}