one.comss.dns.json 466 B

1234567891011121314151617181920212223
  1. {
  2. "title": "Comss DNS (RU)",
  3. "template": "https://dns.{option}comss.one/dns-query",
  4. "bootstrap_dns": "92.38.152.163,93.115.24.204,2a03:90c0:56::1a5,2a02:7b40:5eb0:e95d::1",
  5. "params": {
  6. "option": {
  7. "description": "Location",
  8. "type": "select",
  9. "regex": "(east.|)",
  10. "options": [
  11. {
  12. "value": "east.",
  13. "description": "Siberia"
  14. },
  15. {
  16. "value": "",
  17. "description": "Moscow, St Petersburg"
  18. }
  19. ],
  20. "default": ""
  21. }
  22. }
  23. }