Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.cira.canadianshield.protected.lua « providers « https-dns-proxy « luasrc « luci-app-https-dns-proxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0bd3be105d223da2a010a53872ef5016678287f (plain)
1
2
3
4
5
6
7
8
return {
	name = "cira-canadian-shield-protected",
	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"
}