diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-11-02 15:11:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 15:11:27 -0700 |
commit | f83e4a6c3602a8d840fc25d1a9299d6a941f2370 (patch) | |
tree | 8f2f9e922327875f9e2fea9bb19ab50e41ab61d9 /applications/luci-app-https-dns-proxy | |
parent | 9ea26a75ed44cde3def5d061a867fa513d365c27 (diff) | |
parent | 37a836c0c03d2fb68bebbb9a06ae6a691879e392 (diff) |
Merge pull request #6066 from autoexpect/add_doh
luci-app-https-dns-proxy: add cn.edu.tsinghua.tuna.dns.lua provider
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cn.edu.tsinghua.tuna.dns.lua | 6 | ||||
-rw-r--r-- | applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cn.edu.tsinghua.tuna.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cn.edu.tsinghua.tuna.dns.lua new file mode 100644 index 0000000000..6e40de3b13 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cn.edu.tsinghua.tuna.dns.lua @@ -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", +} diff --git a/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po index 0964d16f6b..ebadd2b7b7 100644 --- a/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po @@ -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(家庭保护)" |