test_4_client.json 733 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "port": 50030,
  3. "log": {
  4. "loglevel": "debug"
  5. },
  6. "inbound": {
  7. "listen": "127.0.0.1",
  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. "streamSettings": {
  19. "network": "kcp"
  20. },
  21. "settings": {
  22. "vnext": [
  23. {
  24. "address": "127.0.0.1",
  25. "port": 50031,
  26. "users": [
  27. {
  28. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  29. "alterId": 10
  30. }
  31. ]
  32. }
  33. ]
  34. }
  35. },
  36. "transport": {
  37. "kcpSettings": {
  38. "header": {
  39. "type": "srtp"
  40. }
  41. }
  42. }
  43. }