From: Paul Dee Date: Tue, 2 Nov 2021 14:53:42 +0000 (+0100) Subject: luci-app-https-dns-proxy: Add HE.net DNS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=21ac6be5ac1a28139dff147c3799dc977affb6f7;p=project%2Fluci.git luci-app-https-dns-proxy: Add HE.net DNS Signed-off-by: Paul Dee (cherry picked from commit a25d56c28d7437f4755b465983678fca0b76c0cc) --- 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 new file mode 100644 index 0000000000..77ba023036 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua @@ -0,0 +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" +}