org.cleanbrowsing.doh.json 595 B

12345678910111213141516171819202122232425262728
  1. {
  2. "title": "CleanBrowsing",
  3. "template": "https://doh.cleanbrowsing.org/doh/{option}-filter/",
  4. "bootstrap_dns": "185.228.168.168",
  5. "help_link": "https://cleanbrowsing.org/guides/dnsoverhttps",
  6. "params": {
  7. "option": {
  8. "description": "Filter",
  9. "type": "select",
  10. "regex": "(adult|family|security)",
  11. "options": [
  12. {
  13. "value": "adult",
  14. "description": "Adult Content Filter"
  15. },
  16. {
  17. "value": "family",
  18. "description": "Family Filter"
  19. },
  20. {
  21. "value": "security",
  22. "description": "Security Filter"
  23. }
  24. ],
  25. "default": "security"
  26. }
  27. }
  28. }