summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.private.lua
blob: 5b37a9a4caf230a750afc2102fc9e246851f372b (plain)
1
2
3
4
5
6
7
8
return {
	name = "private.canadianshield.cira.ca",
	label = _("CIRA Canadian Shield (Private)"),
	resolver_url = "https://private.canadianshield.cira.ca/dns-query",
	bootstrap_dns = "149.112.121.10,149.112.122.10,2620:10A:80BB::10,2620:10A:80BC::10",
	help_link = "https://www.cira.ca/cybersecurity-services/canadian-shield/",
	help_link_text = "CIRA Canadian Shield"
}