test_2_client.json 655 B

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