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