summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2022-01-03 00:22:49 +0000
committerStan Grishin <stangri@melmac.ca>2022-01-03 00:27:03 +0000
commitfae45215aa3a42b944270e0e75bfa1ba23e5702f (patch)
tree06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua
parent8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff)
luci-app-https-dns-proxy: massive providers update
* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua')
-rw-r--r--applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua
index 4ef78c1cbe..1654feab0b 100644
--- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua
+++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua
@@ -1,6 +1,8 @@
return {
- name="AliDNS",
- label=_("AliDNS"),
+ name="dns.alidns.com",
+ label=_("AliDNS - CN"),
resolver_url="https://dns.alidns.com/dns-query",
- bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1"
+ bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1",
+ help_link = "https://alidns.com/",
+ help_link_text = "AliDNS.com"
}