From fae45215aa3a42b944270e0e75bfa1ba23e5702f Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 3 Jan 2022 00:22:49 +0000 Subject: luci-app-https-dns-proxy: massive providers update * introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin --- .../luasrc/https-dns-proxy/providers/cz.nic.odvr.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (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 177af87717..5568fc7bbb 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 @@ -1,6 +1,8 @@ return { - name = "odvr-nic-cz", + 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,2001:148f:ffff::1,2001:148f:fffe::1" + bootstrap_dns = "193.17.47.1,185.43.135.1,2001:148f:ffff::1,2001:148f:fffe::1", + help_link = "https://www.nic.cz/odvr/", + help_link_text = "nic.cz" } -- cgit v1.2.3