test_5_client.json 433 B

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