diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-01-03 00:22:49 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-01-03 00:27:03 +0000 |
commit | fae45215aa3a42b944270e0e75bfa1ba23e5702f (patch) | |
tree | 06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua | |
parent | 8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff) |
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 <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua index b3eff188a1..16a833110f 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua @@ -1,8 +1,8 @@ return { - name = "OpenDNS", + name = "doh.opendns.com", label = _("OpenDNS"), resolver_url = "https://doh.opendns.com/dns-query", bootstrap_dns = "208.67.222.222,208.67.220.220", help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", - help_link_text = "OpenDNS" + help_link_text = "OpenDNS.com" } |