test_2_client.json 711 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "port": 50010,
  3. "inbound": {
  4. "listen": "127.0.0.1",
  5. "protocol": "socks",
  6. "settings": {
  7. "auth": "noauth",
  8. "udp": false,
  9. "ip": "127.0.0.1"
  10. }
  11. },
  12. "outbound": {
  13. "protocol": "vmess",
  14. "settings": {
  15. "vnext": [
  16. {
  17. "address": "127.0.0.1",
  18. "port": 50017,
  19. "users": [
  20. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  21. ]
  22. }
  23. ]
  24. }
  25. },
  26. "inboundDetour": [
  27. {
  28. "protocol": "dokodemo-door",
  29. "listen": "127.0.0.1",
  30. "port": "50011-50015",
  31. "settings": {
  32. "address": "127.0.0.1",
  33. "port": 50016,
  34. "network": "tcp",
  35. "timeout": 0
  36. }
  37. }
  38. ]
  39. }