diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-01-02 16:43:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 16:43:04 -0800 |
commit | 87bed0547156aca6e31ad6c72e2cd45cf198537f (patch) | |
tree | 06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.family.lua | |
parent | 8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff) | |
parent | fae45215aa3a42b944270e0e75bfa1ba23e5702f (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.lua | 4 |
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" } |