* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 lines
238 B
Lua
9 lines
238 B
Lua
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"
|
|
}
|