Merge pull request #3413 from pymumu/master
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / gr.libredns.doh-ads.lua
1 return {
2 name = "LibreDNS (No Ads)",
3 label = _("LibreDNS (No Ads)"),
4 resolver_url = "https://doh.libredns.gr/ads",
5 bootstrap_dns = "116.202.176.26",
6 help_link = "https://libredns.gr/",
7 help_link_text = "LibreDNS.gr"
8 }