From da3bb1e80bc98f90d1128f332fc5ceecc20bf6d5 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Tue, 28 Dec 2021 22:14:18 +0000 Subject: 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 --- .../luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua new file mode 100644 index 0000000000..0cc45add9d --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.ahadns.chi.doh.lua @@ -0,0 +1,8 @@ +return { + name = "ahadns-doh-chi", + label = _("AhaDNS.com - US/Chicago (Block Malware + Ads)"), + resolver_url = "https://doh.chi.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" +} -- cgit v1.2.3