luci-app-https-dns-proxy: Add HE.net DNS
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
This commit is contained in:
parent
e7f98f3cd1
commit
a25d56c28d
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in a new issue