luci-app-https-dns-proxy: package name change, support for RFC8484 binary
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / google.dns.lua
1 return {
2 name = "Google",
3 label = _("Google"),
4 resolver_url = "https://dns.google/dns-query",
5 bootstrap_dns = "8.8.8.8,8.8.4.4",
6 default = true
7 }