From 8f3d8f762fb969c18e411911513cf1bd8d4d50fb Mon Sep 17 00:00:00 2001 From: Aleem Hossain Date: Sat, 25 Sep 2021 20:44:45 +0100 Subject: luci-app-https-dns-proxy: add ControlD as provider Signed-off-by: Aleem Hossain --- .../https-dns-proxy/providers/com.controld.freedns.malware.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware.lua (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware.lua new file mode 100644 index 0000000000..c82a042ec9 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware.lua @@ -0,0 +1,8 @@ +return { + name = "ControlD-Malware", + label = _("ControlD (Block Malware)"), + resolver_url = "https://freedns.controld.com/p1", + bootstrap_dns = "76.76.2.1,2606:1a40::1", + help_link = "https://kb.controld.com/tutorials", + help_link_text = "ControlD" +} \ No newline at end of file -- cgit v1.2.3