0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 02:43:57 +00:00
Files
Stan Grishin 6df7b92a50 luci-app-https-dns-proxy: rewrite in javascript
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-09-03 20:55:48 +00:00

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"
}
}
}