Stan Grishin af67bd9ace luci-app-https-dns-proxy: add AhaDNS and minor fixes
* Add AhaDNS: thanks to @Jefe777 (account now deleted) and their PR at
  https://github.com/openwrt/luci/pull/5612
* Update email addresses
* Add missing new line to ControlD files
* Add RPCD reload to uci-defaults file

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit da3bb1e80bc98f90d1128f332fc5ceecc20bf6d5)
2021-12-28 22:42:57 +00:00

9 lines
384 B
Lua

return {
name = "ahadns-doh-in",
label = _("AhaDNS.com - India (Block Malware + Ads)"),
resolver_url = "https://doh.in.ahadns.net/dns-query",
bootstrap_dns = "185.213.26.187,45.67.219.208,5.2.75.75,45.79.120.233,2a0d:5600:33:3::3,2a04:bdc7:100:70::70,2a04:52c0:101:75::75,2400:8904:e001:43::43",
help_link = "https://ahadns.com/dns-over-https/",
help_link_text = "AhaDNS.com"
}