test_1_server.json 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "features": {
  19. "detour": {
  20. "to": "detour"
  21. }
  22. }
  23. }
  24. },
  25. "outbound": {
  26. "protocol": "freedom",
  27. "settings": {}
  28. },
  29. "inboundDetour": [
  30. {
  31. "protocol": "vmess",
  32. "port": "50005-50009",
  33. "tag": "detour",
  34. "settings": {
  35. "clients": [
  36. {
  37. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  38. "level": 1
  39. }
  40. ]
  41. }
  42. }
  43. ]
  44. }