com.opendns.doh.json 544 B

123456789101112131415161718192021222324
  1. {
  2. "title": "OpenDNS",
  3. "template": "https://doh.{option}opendns.com/dns-query",
  4. "bootstrap_dns": "208.67.222.222,208.67.220.220",
  5. "help_link": "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
  6. "params": {
  7. "option": {
  8. "description": "Variant",
  9. "type": "select",
  10. "regex": "(familyshield.|)",
  11. "options": [
  12. {
  13. "value": "familyshield.",
  14. "description": "Family Filter"
  15. },
  16. {
  17. "value": "",
  18. "description": "Standard"
  19. }
  20. ],
  21. "default": ""
  22. }
  23. }
  24. }