mirror of
https://github.com/openwrt/luci.git
synced 2025-04-13 02:43:57 +00:00
29 lines
666 B
JSON
29 lines
666 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|