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 85889fc701
commit bb60b58f00
17 changed files with 187 additions and 63 deletions
+2 -6
View File
@@ -61,13 +61,9 @@ If not enabled, `NXDOMAIN` will be returned for requests that do not match searc
],
"rules": [
{
"action": "evaluate",
"preferred_by": "resolved",
"action": "route",
"server": "resolved"
},
{
"match_response": true,
"ip_accept_any": true,
"action": "respond"
}
]
}