mirror of
https://github.com/openwrt/luci.git
synced 2026-06-14 01:21:24 +08:00
9c2bc71d2e
Signed-off-by: Stan Grishin <stangri@melmac.net>
9 lines
297 B
Lua
9 lines
297 B
Lua
return {
|
|
name = "OpenDNS",
|
|
label = _("OpenDNS"),
|
|
resolver_url = "https://doh.opendns.com/dns-query",
|
|
bootstrap_dns = "208.67.222.222,208.67.220.220",
|
|
help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
|
|
help_link_text = "OpenDNS"
|
|
}
|