test_4_server.json 846 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. "clients": [
  34. {
  35. "id": "a12f49ba-466c-4dd5-8438-5c315143bc96",
  36. "alterId": 100,
  37. "level": 1
  38. }
  39. ]
  40. },
  41. "allocate": {
  42. "strategy": "random",
  43. "concurrency": 2,
  44. "refresh": 5
  45. }
  46. }
  47. ]
  48. }