5b23d3dd461886507de54636549af55ea31611bf
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / sb.dns.lua
1 return {
2 name = "doh.dns.sb",
3 label = _("DNS.SB"),
4 resolver_url = "https://doh.dns.sb/dns-query",
5 bootstrap_dns = "185.222.222.222,185.184.222.222",
6 http2_only = true,
7 help_link = "https://dns.sb/doh/",
8 help_link_text = "DNS.sb"
9 }