luci-app-https-dns-proxy: massive providers update
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / com.dnslify.doh.lua
1 return {
2 name = "doh.dnslify.com",
3 label = _("DNSlify DNS"),
4 resolver_url = "https://doh.dnslify.com/dns-query",
5 bootstrap_dns = "185.235.81.1,185.235.81.2,2a0d:4d00:81::1,2a0d:4d00:81::2",
6 help_link = "https://www.dnslify.com/services/doh/",
7 help_link_text = "DNSlify.com"
8 }