blob: b9989d538397fbe88347d8210a35e5e64ae7a5f1 (
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
|
{
"title": "OpenDNS",
"template": "https://doh.{option}opendns.com/dns-query",
"bootstrap_dns": "208.67.222.222,208.67.220.220",
"help_link": "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(family.|)",
"options": [
{
"value": "family.",
"description": "Family Filter"
},
{
"value": "",
"description": "Standard"
}
],
"default": ""
}
}
}
|