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:
Stan Grishin 2021-11-20 12:26:31 -08:00 committed by GitHub
commit f3611f1973
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"
}