* 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>
8 lines
262 B
Lua
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"
|
|
}
|