net.mullvad.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "title": "Mullvad Regional",
  3. "template": "https://{option}.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": "Region",
  10. "type": "select",
  11. "regex": "(de-fra-dns-001|gb-lon-dns-001|gb-lon-dns-301|se-got-dns-001|se-mma-dns-001|se-sto-dns-001|sg-sin-dns-101|us-dal-dns-001|us-nyc-dns-601)",
  12. "options": [
  13. {
  14. "value": "de-fra-dns-001",
  15. "description": "Frankfurt, Germany"
  16. },
  17. {
  18. "value": "gb-lon-dns-001",
  19. "description": "London, United Kingdom (1)"
  20. },
  21. {
  22. "value": "gb-lon-dns-301",
  23. "description": "London, United Kingdom (2)"
  24. },
  25. {
  26. "value": "se-got-dns-001",
  27. "description": "Gothenburg, Sweden"
  28. },
  29. {
  30. "value": "se-mma-dns-001",
  31. "description": "Malmö, Sweden"
  32. },
  33. {
  34. "value": "se-sto-dns-001",
  35. "description": "Stockholm, Sweden"
  36. },
  37. {
  38. "value": "sg-sin-dns-101",
  39. "description": "Singapore"
  40. },
  41. {
  42. "value": "us-dal-dns-001",
  43. "description": "Dallas, United States"
  44. },
  45. {
  46. "value": "us-nyc-dns-601",
  47. "description": "New York City, United States"
  48. }
  49. ],
  50. "default": "us-nyc-dns-601"
  51. }
  52. }
  53. }