com.adguard.dns.json 593 B

12345678910111213141516171819202122232425262728
  1. {
  2. "title": "AdGuard",
  3. "template": "https://{option}.adguard-dns.com/dns-query",
  4. "bootstrap_dns": "94.140.14.140,94.140.14.141",
  5. "help_link": "https://adguard-dns.io/en/public-dns.html",
  6. "params": {
  7. "option": {
  8. "description": "Variant",
  9. "type": "select",
  10. "regex": "(dns|unfiltered|family)",
  11. "options": [
  12. {
  13. "value": "dns",
  14. "description": "Default (Blocks ads and trackers)"
  15. },
  16. {
  17. "value": "unfiltered",
  18. "description": "Unfiltered"
  19. },
  20. {
  21. "value": "family",
  22. "description": "Family Filter"
  23. }
  24. ],
  25. "default": "dns"
  26. }
  27. }
  28. }