From 50109a8e8efcbec60c8bc1ca571c036e99cb6f54 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 29 Apr 2021 17:07:37 +0200 Subject: luci-app-https-dns-proxy: add IPv6 addresses for cz.nic odvr Signed-off-by: Jan Pavlinec --- .../luasrc/https-dns-proxy/providers/cz.nic.odvr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua index 3dfe309368..177af87717 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua @@ -2,5 +2,5 @@ return { name = "odvr-nic-cz", label = _("ODVR (nic.cz)"), resolver_url = "https://odvr.nic.cz/doh", - bootstrap_dns = "193.17.47.1,185.43.135.1" + bootstrap_dns = "193.17.47.1,185.43.135.1,2001:148f:ffff::1,2001:148f:fffe::1" } -- cgit v1.2.3