mirror of
https://github.com/openwrt/luci.git
synced 2026-06-01 02:52:02 +08:00
fbe7af3655
Signed-off-by: Stan Grishin <stangri@melmac.net>
9 lines
312 B
Lua
9 lines
312 B
Lua
return {
|
|
name = "Cloudflare-Security",
|
|
label = _("Cloudflare (Security Protection)"),
|
|
resolver_url = "https://security.cloudflare-dns.com/dns-query",
|
|
bootstrap_dns = "1.1.1.2,1.0.0.2,2606:4700:4700::1112,2606:4700:4700::1002",
|
|
help_link = "https://one.one.one.one/family/",
|
|
help_link_text = "Cloudflare"
|
|
}
|