app.tiarap.doh.json 506 B

123456789101112131415161718192021222324
  1. {
  2. "title": "Tiarap Public DNS (JP)",
  3. "template": "https://doh.{option}/dns-query",
  4. "bootstrap_dns": "172.104.93.80,2400:8902::f03c:91ff:feda:c514",
  5. "help_link": "https://tiarap.org/",
  6. "params": {
  7. "option": {
  8. "description": "Variant",
  9. "type": "select",
  10. "regex": "(tiar.app|tiarap.org)",
  11. "options": [
  12. {
  13. "value": "tiar.app",
  14. "description": "Direct"
  15. },
  16. {
  17. "value": "tiarap.org",
  18. "description": "Cloudlfare Cached"
  19. }
  20. ],
  21. "default": "tiar.app"
  22. }
  23. }
  24. }