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