summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2022-01-02 16:43:04 -0800
committerGitHub <noreply@github.com>2022-01-02 16:43:04 -0800
commit87bed0547156aca6e31ad6c72e2cd45cf198537f (patch)
tree06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua
parent8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff)
parentfae45215aa3a42b944270e0e75bfa1ba23e5702f (diff)
Merge pull request #5626 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: massive providers update
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.lua4
1 files changed, 2 insertions, 2 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
index e28cb81323..e7d6ffda93 100644
--- 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
@@ -1,8 +1,8 @@
return {
- name = "ControlD-Family",
+ name = "freedns.controld.com-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"
+ help_link_text = "ControlD.com"
}