test_5_client.json 406 B

123456789101112131415161718192021222324
  1. {
  2. "port": 50040,
  3. "inbound": {
  4. "protocol": "http",
  5. "settings": {}
  6. },
  7. "outbound": {
  8. "protocol": "vmess",
  9. "settings": {
  10. "vnext": [
  11. {
  12. "address": "127.0.0.1",
  13. "port": 50041,
  14. "users": [
  15. {
  16. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  17. "alterId": 10
  18. }
  19. ]
  20. }
  21. ]
  22. }
  23. }
  24. }