0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 13:14:00 +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

37 lines
703 B
JSON

{
"title": "ControlD",
"template": "https://freedns.controld.com/{option}",
"bootstrap_dns": "76.76.2.0,2606:1a40::0",
"help_link": "https://kb.controld.com/tutorials",
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(family|p0|p1|p2|p3)",
"options": [
{
"value": "family",
"description": "Family Filter"
},
{
"value": "p0",
"description": "Standard"
},
{
"value": "p1",
"description": "Malware Filter"
},
{
"value": "p2",
"description": "Ads + Malware Filter"
},
{
"value": "p3",
"description": "Ads + Malware + Social Filter"
}
],
"default": "p0"
}
}
}