luci/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua
Stan Grishin da3bb1e80b 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>
2021-12-28 22:24:24 +00:00

8 lines
262 B
Lua

return {
name = "ControlD-Malware-Ads",
label = _("ControlD (Block Malware + Ads)"),
resolver_url = "https://freedns.controld.com/p2",
bootstrap_dns = "76.76.2.2,2606:1a40::2",
help_link = "https://kb.controld.com/tutorials",
help_link_text = "ControlD"
}