mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +08:00
6df7b92a50
Signed-off-by: Stan Grishin <stangri@melmac.ca>
29 lines
595 B
JSON
29 lines
595 B
JSON
{
|
|
"title": "CleanBrowsing",
|
|
"template": "https://doh.cleanbrowsing.org/doh/{option}-filter/",
|
|
"bootstrap_dns": "185.228.168.168",
|
|
"help_link": "https://cleanbrowsing.org/guides/dnsoverhttps",
|
|
"params": {
|
|
"option": {
|
|
"description": "Filter",
|
|
"type": "select",
|
|
"regex": "(adult|family|security)",
|
|
"options": [
|
|
{
|
|
"value": "adult",
|
|
"description": "Adult Content Filter"
|
|
},
|
|
{
|
|
"value": "family",
|
|
"description": "Family Filter"
|
|
},
|
|
{
|
|
"value": "security",
|
|
"description": "Security Filter"
|
|
}
|
|
],
|
|
"default": "security"
|
|
}
|
|
}
|
|
}
|