Merge pull request #4318 from stangri/19.07-luci-app-https-dns-proxy
[19.07] luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare security
This commit is contained in:
commit
7c9cd2b073
2 changed files with 2 additions and 2 deletions
|
@ -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:=10
|
PKG_RELEASE:=11
|
||||||
|
|
||||||
include ../../luci.mk
|
include ../../luci.mk
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ return {
|
||||||
name = "Cloudflare-Security",
|
name = "Cloudflare-Security",
|
||||||
label = _("Cloudflare (Security Protection)"),
|
label = _("Cloudflare (Security Protection)"),
|
||||||
resolver_url = "https://security.cloudflare-dns.com/dns-query",
|
resolver_url = "https://security.cloudflare-dns.com/dns-query",
|
||||||
bootstrap_dns = "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001",
|
bootstrap_dns = "1.1.1.2,1.0.0.2,2606:4700:4700::1112,2606:4700:4700::1002",
|
||||||
help_link = "https://one.one.one.one/family/",
|
help_link = "https://one.one.one.one/family/",
|
||||||
help_link_text = "Cloudflare"
|
help_link_text = "Cloudflare"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue