Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2021-11-02 20:26:52 +0300
committerGitHub <noreply@github.com>2021-11-02 20:26:52 +0300
commit9f49f2a8b1d81a6c938eaa261e26e70e3b97418e (patch)
tree2ba1fc424c2bacc5a7ea8dc8ef38aac060fc1420
parente7f98f3cd154a69a0872481821ffa5cb215a2fd5 (diff)
parenta25d56c28d7437f4755b465983678fca0b76c0cc (diff)
Merge pull request #5481 from systemcrash/he_net_https_dns
luci-app-https-dns-proxy: Add HE.net DNS
-rw-r--r--applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.he.ordns.lua8
1 files changed, 8 insertions, 0 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
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"
+}