luci-app-https-dns-proxy: Add HE.net DNS 5481/head
authorPaul Dee <itsascambutmailmeanyway@gmail.com>
Tue, 2 Nov 2021 14:53:42 +0000 (15:53 +0100)
committerPaul Dee <itsascambutmailmeanyway@gmail.com>
Tue, 2 Nov 2021 14:53:42 +0000 (15:53 +0100)
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua [new file with mode: 0644]

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 (file)
index 0000000..77ba023
--- /dev/null
@@ -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"
+}