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