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/net.he.ordns.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/net.he.ordns.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua index 77ba023036..24a4f40763 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua @@ -1,8 +1,8 @@ return { - name = "HurricaneElectric", - label = _("Hurricane Electric"), - resolver_url = "https://ordns.he.net/dns-query", - bootstrap_dns = "74.82.42.42,2001:470:20::2", - help_link = "https://forums.he.net/index.php?topic=3996.0", - help_link_text = "he.net" + name = "ordns.he.net", + label = _("Hurricane Electric"), + resolver_url = "https://ordns.he.net/dns-query", + bootstrap_dns = "74.82.42.42,2001:470:20::2", + help_link = "https://forums.he.net/index.php?topic=3996.0", + help_link_text = "he.net" } |