luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare security 4317/head
authorStan Grishin <stangri@melmac.net>
Fri, 31 Jul 2020 09:36:39 +0000 (09:36 +0000)
committerStan Grishin <stangri@melmac.net>
Fri, 31 Jul 2020 09:36:39 +0000 (09:36 +0000)
Signed-off-by: Stan Grishin <stangri@melmac.net>
applications/luci-app-https-dns-proxy/Makefile
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua

index 097f93b641f26394bc6a4e4a94ba9356a14cff29..6ce17ecbcbf2ab0bbe44521fcea36ea353002eb8 100644 (file)
@@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
 LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
 LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy
 LUCI_PKGARCH:=all
-PKG_RELEASE:=10
+PKG_RELEASE:=11
 
 include ../../luci.mk
 
index a862f438bbe79dc86b8c5850d2a4f32d3cb029e6..d80b4cf5bdf35c3f317cc44d9894b7c71b133f35 100644 (file)
@@ -2,7 +2,7 @@ return {
        name = "Cloudflare-Security",
        label = _("Cloudflare (Security Protection)"),
        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_text = "Cloudflare"
 }