test_4_server.json 675 B

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