summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua
blob: 6eab04064b642682d1545573937ef8514e51a8ac (plain)
1
2
3
4
5
6
7
return {
	name = "Google",
	label = _("Google"),
	resolver_url = "https://dns.google/dns-query",
	bootstrap_dns = "8.8.8.8,8.8.4.4",
	default = true
}