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