luci-app-flowoffload: improve translation; AdGuardHome: increase ttl time

This commit is contained in:
CN_SZTL 2019-09-22 15:13:09 +08:00
parent 42d3c30777
commit de2d2d7fe6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 4 additions and 4 deletions

View File

@ -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: []

View File

@ -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"))

View File

@ -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地址"