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" = "启用内置 DNS 服务器"
"tag" = "DNS 入站标签"
"tagDesc" = "此标签将在路由规则中可用作入站标签"
"clientIp" = "客户端IP"
"clientIpDesc" = "用于在DNS查询期间通知服务器指定的IP位置"
"disableCache" = "禁用缓存"
"disableCacheDesc" = "禁用DNS缓存"
"disableFallback" = "禁用回退"
"disableFallbackDesc" = "禁用回退DNS查询"
"disableFallbackIfMatch" = "匹配时禁用回退"
"disableFallbackIfMatchDesc" = "当DNS服务器的匹配域名列表命中时禁用回退DNS查询"
"strategy" = "查询策略"
"strategyDesc" = "解析域名的总体策略"
"add" = "添加服务器"