* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 lines
376 B
Lua
8 lines
376 B
Lua
return {
|
|
name = "protected.canadianshield.cira.ca",
|
|
label = _("CIRA Canadian Shield (Protected)"),
|
|
resolver_url = "https://protected.canadianshield.cira.ca/dns-query",
|
|
bootstrap_dns = "149.112.121.20,149.112.122.20,2620:10A:80BB::20,2620:10A:80BC::20",
|
|
help_link = "https://www.cira.ca/cybersecurity-services/canadian-shield/",
|
|
help_link_text = "CIRA Canadian Shield"
|
|
}
|