luci-app-flowoffload: improve translation; AdGuardHome: increase ttl time
This commit is contained in:
parent
42d3c30777
commit
de2d2d7fe6
@ -10,7 +10,7 @@ dns:
|
||||
protection_enabled: true
|
||||
filtering_enabled: true
|
||||
blocking_mode: nxdomain
|
||||
blocked_response_ttl: 10
|
||||
blocked_response_ttl: 300
|
||||
querylog_enabled: true
|
||||
ratelimit: 20
|
||||
ratelimit_whitelist: []
|
||||
|
||||
@ -41,7 +41,7 @@ dns.default = 0
|
||||
dns.rmempty = false
|
||||
dns.description = translate("Enable DNS Cache Acceleration and anti ISP DNS pollution")
|
||||
|
||||
o = s:option(ListValue, "dnscache_enable", translate("Resolve Dns Mode"), translate("AdGuardHome After setting up, shut down DNS acceleration normally and save configuration file") .. button)
|
||||
o = s:option(ListValue, "dnscache_enable", translate("Resolve Dns Mode"), translate("AdGuardHome's login username/passwd: AdGuardHome, web console addr: IP:3001") .. button)
|
||||
o:value("1", translate("Use Pdnsd query and cache"))
|
||||
if nixio.fs.access("/usr/bin/dnsforwarder") then
|
||||
o:value("2", translate("Use dnsforwarder query and cache"))
|
||||
|
||||
@ -64,8 +64,8 @@ msgstr "启用dnsmasq去广告"
|
||||
msgid "dnsmasq killqqad"
|
||||
msgstr "dnsmasq去广告"
|
||||
|
||||
msgid "AdGuardHome After setting up, shut down DNS acceleration normally and save configuration file"
|
||||
msgstr "AdGuardHome设置完后正常关闭dns加速即可保存配置文件.AdGuardHome管理页面IP:3001 管理账号密码:AdGuardHome"
|
||||
msgid "AdGuardHome's login username/passwd: AdGuardHome, web console addr: IP:3001"
|
||||
msgstr "AdGuardHome 网页控制台地址:IP:3001 登录账号/密码:AdGuardHome"
|
||||
|
||||
msgid "Filter AAAA"
|
||||
msgstr "忽略域名的IPv6地址"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user