chore: add global params for DNS (#2713)

parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
This commit is contained in:
Shishkevich D.
2025-03-04 20:18:51 +07:00
committed by GitHub
parent 14cdde371f
commit f5aea03765
13 changed files with 197 additions and 9 deletions

View File

@@ -433,6 +433,14 @@
"enableDesc" = "Enable built-in DNS server"
"tag" = "DNS Inbound Tag"
"tagDesc" = "This tag will be available as an Inbound tag in routing rules."
"clientIp" = "Client IP"
"clientIpDesc" = "Used to notify the server of the specified IP location during DNS queries"
"disableCache" = "Disable cache"
"disableCacheDesc" = "Disables DNS caching"
"disableFallback" = "Disable Fallback"
"disableFallbackDesc" = "Disables fallback DNS queries"
"disableFallbackIfMatch" = "Disable Fallback If Match"
"disableFallbackIfMatchDesc" = "Disables fallback DNS queries when the matching domain list of the DNS server is hit"
"strategy" = "Query Strategy"
"strategyDesc" = "Overall strategy to resolve domain names"
"add" = "Add Server"