luci/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/io.nextdns.dns.lua

9 lines
216 B
Lua
Raw Normal View History

return {
name = "NextDNS.io",
label = _("NextDNS.io"),
resolver_url = "https://dns.nextdns.io/",
bootstrap_dns = "45.90.28.49,45.90.30.49",
help_link = " https://my.nextdns.io",
help_link_text = "NextDNS.io"
}