test_4_server.json 778 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "port": 50031,
  3. "log": {
  4. "loglevel": "info"
  5. },
  6. "inbound": {
  7. "listen": "127.0.0.1",
  8. "protocol": "vmess",
  9. "settings": {
  10. "clients": [
  11. {
  12. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  13. "level": 1,
  14. "alterId": 10
  15. }
  16. ],
  17. "features": {
  18. "detour": {
  19. "to": "detour"
  20. }
  21. }
  22. }
  23. },
  24. "outbound": {
  25. "protocol": "freedom",
  26. "settings": {}
  27. },
  28. "inboundDetour": [
  29. {
  30. "protocol": "vmess",
  31. "listen": "127.0.0.1",
  32. "port": "50035-50039",
  33. "tag": "detour",
  34. "settings": {},
  35. "allocate": {
  36. "strategy": "random",
  37. "concurrency": 2,
  38. "refresh": 5
  39. }
  40. }
  41. ],
  42. "transport": {
  43. "connectionReuse": true
  44. }
  45. }