test_1_server.json 538 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "port": 50001,
  3. "inbound": {
  4. "protocol": "vmess",
  5. "settings": {
  6. "clients": [
  7. {
  8. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  9. "level": 1
  10. }
  11. ]
  12. }
  13. },
  14. "outbound": {
  15. "protocol": "freedom",
  16. "settings": {}
  17. },
  18. "inboundDetour": [
  19. {
  20. "protocol": "vmess",
  21. "port": "50005-50009",
  22. "settings": {
  23. "clients": [
  24. {
  25. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  26. "level": 1
  27. }
  28. ]
  29. }
  30. }
  31. ]
  32. }