Allow customizing TUN DNS mode and hijack interface DNS by default

This commit is contained in:
世界
2026-05-02 18:36:58 +08:00
parent ce360eece8
commit e8643485d2
15 changed files with 184 additions and 60 deletions
+2 -6
View File
@@ -73,13 +73,9 @@ Default resolvers are not consulted for single-label queries regardless of `acce
],
"rules": [
{
"action": "evaluate",
"preferred_by": "ts",
"action": "route",
"server": "ts"
},
{
"match_response": true,
"ip_accept_any": true,
"action": "respond"
}
]
}