Translated using Weblate (Portuguese)
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / gr.libredns.doh.lua
1 return {
2 name = "doh.libredns.gr",
3 label = _("LibreDNS - GR"),
4 resolver_url = "https://doh.libredns.gr/dns-query",
5 bootstrap_dns = "116.202.176.26,1.1.1.1",
6 help_link = "https://libredns.gr/",
7 help_link_text = "LibreDNS.gr"
8 }