123456789101112131415161718192021222324 |
- {
- "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": "(familyshield.|)",
- "options": [
- {
- "value": "familyshield.",
- "description": "Family Filter"
- },
- {
- "value": "",
- "description": "Standard"
- }
- ],
- "default": ""
- }
- }
- }
|