diff options
author | Stan Grishin <stangri@melmac.net> | 2021-08-01 22:58:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 22:58:50 -0700 |
commit | 556ee696dac984560e82d92b22a1509a1476fb33 (patch) | |
tree | 0bc2c45162a91819b81770843dbbe10f431065fa /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua | |
parent | 7f5becc69e004f831c9dc09e0859c179b439c7d2 (diff) | |
parent | b52b32f2e27eb0d6daaf8bdf0069e82154baa3de (diff) |
Merge pull request #5216 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: update to 2021-07-29-1
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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" } |