net.mullvad.dns.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "title": "Mullvad",
  3. "template": "https://{option}dns.mullvad.net/dns-query",
  4. "bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844",
  5. "help_link": "https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/",
  6. "http2_only": true,
  7. "params": {
  8. "option": {
  9. "description": "Variant",
  10. "type": "select",
  11. "regex": "(|adblock.|base.|extended.|family.|all.)",
  12. "options": [
  13. {
  14. "value": "",
  15. "description": "Standard"
  16. },
  17. {
  18. "value": "adblock.",
  19. "description": "Ads and Trackers Filter"
  20. },
  21. {
  22. "value": "base.",
  23. "description": "Ads, Trackers, and Malware Filter"
  24. },
  25. {
  26. "value": "extended.",
  27. "description": "Ads, Trackers, Malware, and Social Media Filter"
  28. },
  29. {
  30. "value": "family.",
  31. "description": "Ads, Trackers, Malware, Adult, and Gambling"
  32. },
  33. {
  34. "value": "all.",
  35. "description": "Ads, Trackers, Malware, Adult, Gambling, and Social Media Filter"
  36. }
  37. ],
  38. "default": ""
  39. }
  40. }
  41. }