luci-app-https-dns-proxy: add cn.edu.tsinghua.tuna.dns.lua provider
Signed-off-by: Zhang Rui <rui.crater@gmail.com>
This commit is contained in:
parent
da41c11971
commit
37a836c0c0
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
name = "dns.tuna.tsinghua.edu.cn",
|
||||
label = _("Tsinghua University Secure DNS - CN"),
|
||||
resolver_url = "https://dns.tuna.tsinghua.edu.cn:8443/dns-query",
|
||||
bootstrap_dns = "208.67.222.222,208.67.220.220",
|
||||
}
|
|
@ -28,6 +28,10 @@ msgstr "%s 未安装或未找到"
|
|||
msgid "360 Secure DNS - CN"
|
||||
msgstr "360 安全 DNS - CN"
|
||||
|
||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cn.edu.tsinghua.tuna.dns.lua:3
|
||||
msgid "Tsinghua University Secure DNS - CN"
|
||||
msgstr "清华大学 安全 DNS - CN"
|
||||
|
||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
||||
msgid "AdGuard (Family Protection)"
|
||||
msgstr "AdGuard(家庭保护)"
|
||||
|
|
Loading…
Reference in a new issue