summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua
blob: bd51e1be42301d5abe34800b7ac71b4e18be4988 (plain)
1
2
3
4
5
6
7
8
return {
	name = "LibreDNS",
	label = _("LibreDNS"),
	resolver_url = "https://doh.libredns.gr/dns-query",
	bootstrap_dns = "116.202.176.26",
	help_link = "https://libredns.gr/",
	help_link_text = "LibreDNS.gr"
}