test_1_client.json 423 B

12345678910111213141516171819202122232425
  1. {
  2. "port": 50000,
  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": 50001,
  18. "users": [
  19. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  20. ]
  21. }
  22. ]
  23. }
  24. }
  25. }