test_1_server.json 679 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "port": 50001,
  3. "log": {
  4. "access": "/tmp/v2ray_access.log",
  5. "error": "/tmp/v2ray_error.log",
  6. "loglevel": "error"
  7. },
  8. "inbound": {
  9. "protocol": "vmess",
  10. "settings": {
  11. "clients": [
  12. {
  13. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  14. "level": 1,
  15. "alterId": 10
  16. }
  17. ]
  18. }
  19. },
  20. "outbound": {
  21. "protocol": "freedom",
  22. "settings": {}
  23. },
  24. "inboundDetour": [
  25. {
  26. "protocol": "vmess",
  27. "port": "50005-50009",
  28. "settings": {
  29. "clients": [
  30. {
  31. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  32. "level": 1
  33. }
  34. ]
  35. }
  36. }
  37. ]
  38. }