Merge pull request #4391 from stangri/master-luci-app-https-dns-proxy

luci-app-https-dns-proxy: add DNSPod.cn DoH
This commit is contained in:
Stan 2020-08-27 14:38:49 -07:00 committed by GitHub
commit 5c1f36ceb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 7 deletions

View file

@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_RELEASE:=11 PKG_RELEASE:=12
include ../../luci.mk include ../../luci.mk

View file

@ -1,6 +1,6 @@
return{ return {
name="Alidns", name="AliDNS",
label=_("Alidns"), label=_("AliDNS"),
resolver_url="https://dns.alidns.com/dns-query", resolver_url="https://dns.alidns.com/dns-query",
bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1" bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1"
} }

View file

@ -0,0 +1,6 @@
return{
name = "DNSPod-cn-Public-DNS",
label = _("DNSPod.cn Public DNS"),
resolver_url = "https://doh.pub/dns-query",
bootstrap_dns = "119.29.29.29,119.28.28.28"
}

View file

@ -14,7 +14,7 @@ msgid "AdGuard (Standard)"
msgstr "" msgstr ""
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3
msgid "Alidns" msgid "AliDNS"
msgstr "" msgstr ""
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3
@ -65,6 +65,10 @@ msgstr ""
msgid "DNS.SB" msgid "DNS.SB"
msgstr "" msgstr ""
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3
msgid "DNSPod.cn Public DNS"
msgstr ""
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
msgid "Digitale Gesellschaft" msgid "Digitale Gesellschaft"
msgstr "" msgstr ""