com.blahdns.doh.json 735 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "title": "BlahDNS",
  3. "template": "https://doh-{option}.blahdns.com/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://blahdns.com/",
  6. "params": {
  7. "option": {
  8. "description": "Location",
  9. "type": "select",
  10. "regex": "(ch|de|fi|jp|sg)",
  11. "options": [
  12. {
  13. "value": "ch",
  14. "description": "Switzerland"
  15. },
  16. {
  17. "value": "de",
  18. "description": "Germany"
  19. },
  20. {
  21. "value": "fi",
  22. "description": "Finland"
  23. },
  24. {
  25. "value": "jp",
  26. "description": "Japan"
  27. },
  28. {
  29. "value": "sg",
  30. "description": "Singapore"
  31. }
  32. ],
  33. "default": "ch"
  34. }
  35. }
  36. }