blob: fa21e53b24ad895dc35112669b1d82ff348cd1eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"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"
}
}
}
|