summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json
blob: 9fd0f9a8d9e13313fa75ecb8e969fe521ed96ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"title": "CIRA Canadian Shield",
	"template": "https://{option}.canadianshield.cira.ca/dns-query",
	"bootstrap_dns": "149.112.121.30,149.112.122.30,2620:10A:80BB::30,2620:10A:80BC::30",
	"help_link": "https://www.cira.ca/cybersecurity-services/canadian-shield/",
	"params": {
		"option": {
			"description": "Variant",
			"type": "select",
			"regex": "(family|private|protected)",
			"options": [
				{
					"value": "family",
					"description": "Family Filter"
				},
				{
					"value": "private",
					"description": "Private Filter"
				},
				{
					"value": "Protected",
					"description": "Protected Filter"
				}
			],
			"default": "private"
		}
	}
}