diff options
author | Aleem Hossain <aleem@tectonic.it> | 2021-09-25 20:44:45 +0100 |
---|---|---|
committer | Aleem Hossain <aleem@tectonic.it> | 2021-09-25 20:44:45 +0100 |
commit | 8f3d8f762fb969c18e411911513cf1bd8d4d50fb (patch) | |
tree | 8b8077dba030f697c53851c48d11cd1c434ff9ea /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua | |
parent | 1d9067b2715eede8c0e6977f9f1cc77037ff2842 (diff) |
luci-app-https-dns-proxy: add ControlD as provider
Signed-off-by: Aleem Hossain <aleem@tectonic.it>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua new file mode 100644 index 0000000000..7275cbcc91 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua @@ -0,0 +1,8 @@ +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" +}
\ No newline at end of file |