From b52b32f2e27eb0d6daaf8bdf0069e82154baa3de Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sat, 31 Jul 2021 10:47:25 +0000 Subject: luci-app-https-dns-proxy: update to 2021-07-29-1 * add HTTP/2-only supporting providers: Mullvad, Digitale-Gesellschaft, dns.sb and Rubyfish.cn * switch default provider from Google to Cloudflare * add IPv6 addresses for bootstrap resolvers for Google DNS * add secondary bootstrap resolver (Cloudflare's) to all providers with a single bootstrap resolver * modify model/cbi file to show HTTP/2-only providers (and help texts) on HTTP/2-supporting systems Signed-off-by: Stan Grishin --- .../luasrc/https-dns-proxy/providers/google.dns.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua index 6eab04064b..e3824cc7d5 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua @@ -2,6 +2,5 @@ return { name = "Google", label = _("Google"), resolver_url = "https://dns.google/dns-query", - bootstrap_dns = "8.8.8.8,8.8.4.4", - default = true + bootstrap_dns = "8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844" } -- cgit v1.2.3