summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua
blob: 99d41508bbb1abd1e9a0b3f2b3fc53fdd520a1ef (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,1.1.1.1",
	help_link = "https://libredns.gr/",
	help_link_text = "LibreDNS.gr"
}