Merge pull request #5534 from stangri/openwrt-21.02
[21.02] luci-app-https-dns-proxy: Add HE.net DNS
This commit is contained in:
commit
f3611f1973
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