luci/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua
Aleem Hossain 8f3d8f762f luci-app-https-dns-proxy: add ControlD as provider
Signed-off-by: Aleem Hossain <aleem@tectonic.it>
2021-09-25 20:44:45 +01:00

8 lines
No EOL
247 B
Lua

return {
name = "ControlD-Family",
label = _("ControlD (Family)"),
resolver_url = "https://freedns.controld.com/family",
bootstrap_dns = "76.76.2.4,2606:1a40::4",
help_link = "https://kb.controld.com/tutorials",
help_link_text = "ControlD"
}