合并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

11
configs/route.json Normal file
View File

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