net.ahadns.doh.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "title": "AhaDNS Regional",
  3. "template": "https://doh.{option}.ahadns.net/dns-query",
  4. "bootstrap_dns": "185.213.26.187,45.67.219.208,5.2.75.75,45.79.120.233,2a0d:5600:33:3::3,2a04:bdc7:100:70::70,2a04:52c0:101:75::75,2400:8904:e001:43::43",
  5. "help_link": "https://ahadns.com/dns-over-https/",
  6. "params": {
  7. "option": {
  8. "description": "Location",
  9. "type": "select",
  10. "regex": "(au|chi|es|in|it|la|nl|no|ny|pl)",
  11. "options": [
  12. {
  13. "value": "au",
  14. "description": "Australia"
  15. },
  16. {
  17. "value": "chi",
  18. "description": "US/Chicago"
  19. },
  20. {
  21. "value": "es",
  22. "description": "Spain"
  23. },
  24. {
  25. "value": "in",
  26. "description": "India"
  27. },
  28. {
  29. "value": "it",
  30. "description": "Italy"
  31. },
  32. {
  33. "value": "la",
  34. "description": "US/Los Angeles"
  35. },
  36. {
  37. "value": "nl",
  38. "description": "Netherlands"
  39. },
  40. {
  41. "value": "no",
  42. "description": "Norway"
  43. },
  44. {
  45. "value": "ny",
  46. "description": "US/New York"
  47. },
  48. {
  49. "value": "pl",
  50. "description": "Poland"
  51. }
  52. ],
  53. "default": "chi"
  54. }
  55. }
  56. }