Welcome to mirror list, hosted at ThFree Co, Russian Federation.

google.dns.lua « providers « https-dns-proxy « luasrc « luci-app-https-dns-proxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3824cc7d5063d136b6090942699a8c40d323535 (plain)
1
2
3
4
5
6
return {
	name = "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"
}