Merge pull request #5438 from TDT-AG/pr/20211012-luci-app-vnstat2
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / net.ahadns.nl.doh.lua
1 return {
2 name = "doh.nl.ahadns.net",
3 label = _("AhaDNS - NL (Block Malware + Ads)"),
4 resolver_url = "https://doh.nl.ahadns.net/dns-query",
5 bootstrap_dns = "185.213.26.187,45.67.219.208,5.2.75.75,45.79.120.233,2a0d:5600:33:3::3,2a04:bdc7:100:70::70,2a04:52c0:101:75::75,2400:8904:e001:43::43",
6 help_link = "https://ahadns.com/dns-over-https/",
7 help_link_text = "AhaDNS.com"
8 }