mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
8 lines
151 B
Lua
8 lines
151 B
Lua
return {
|
|
name = "Google",
|
|
label = _("Google"),
|
|
resolver_url = "https://dns.google/dns-query",
|
|
bootstrap_dns = "8.8.8.8,8.8.4.4",
|
|
default = true
|
|
}
|