mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
9 lines
216 B
Lua
9 lines
216 B
Lua
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"
|
|
}
|