test_4_client.json 539 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "port": 50030,
  3. "listen": "127.0.0.1",
  4. "inbound": {
  5. "protocol": "dokodemo-door",
  6. "settings": {
  7. "address": "127.0.0.1",
  8. "port": 50032,
  9. "network": "tcp",
  10. "timeout": 0
  11. }
  12. },
  13. "outbound": {
  14. "protocol": "vmess",
  15. "settings": {
  16. "vnext": [
  17. {
  18. "address": "127.0.0.1",
  19. "port": 50031,
  20. "users": [
  21. {
  22. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  23. "alterId": 10
  24. }
  25. ]
  26. }
  27. ]
  28. }
  29. }
  30. }