diff options
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua index bd51e1be42..99d41508bb 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua @@ -2,7 +2,7 @@ return { name = "LibreDNS", label = _("LibreDNS"), resolver_url = "https://doh.libredns.gr/dns-query", - bootstrap_dns = "116.202.176.26", + bootstrap_dns = "116.202.176.26,1.1.1.1", help_link = "https://libredns.gr/", help_link_text = "LibreDNS.gr" } |