test_4_client.json 629 B

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