net.quad9.json 651 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "title": "Quad 9",
  3. "template": "https://{option}.quad9.net/dns-query",
  4. "bootstrap_dns": "9.9.9.9,149.112.112.112,2620:fe::fe,2620:fe::9",
  5. "help_link": "https://www.quad9.net/doh-quad9-dns-servers/",
  6. "params": {
  7. "option": {
  8. "description": "Variant",
  9. "type": "select",
  10. "regex": "(dns|dns9|dns10|dns11)",
  11. "options": [
  12. {
  13. "value": "dns",
  14. "description": "Standard"
  15. },
  16. {
  17. "value": "dns9",
  18. "description": "Secured"
  19. },
  20. {
  21. "value": "dns10",
  22. "description": "Unsecured"
  23. },
  24. {
  25. "value": "dns11",
  26. "description": "Secured with ECS Support"
  27. }
  28. ],
  29. "default": "dns"
  30. }
  31. }
  32. }