Merge pull request #5481 from systemcrash/he_net_https_dns

luci-app-https-dns-proxy: Add HE.net DNS
This commit is contained in:
Stan Grishin 2021-11-02 10:26:52 -07:00 committed by GitHub
commit 9f49f2a8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}