test_1_server.json 820 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "port": 50001,
  3. "log": {
  4. "loglevel": "debug"
  5. },
  6. "inbound": {
  7. "listen": "127.0.0.1",
  8. "protocol": "vmess",
  9. "allowPassive": true,
  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. "listen": "127.0.0.1",
  33. "port": "50005-50009",
  34. "tag": "detour",
  35. "allowPassive": true,
  36. "settings": {
  37. "clients": [
  38. {
  39. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  40. "level": 1
  41. }
  42. ]
  43. }
  44. }
  45. ]
  46. }