test_5_server.json 330 B

1234567891011121314151617181920
  1. {
  2. "port": 50041,
  3. "listen": "127.0.0.1",
  4. "inbound": {
  5. "protocol": "vmess",
  6. "settings": {
  7. "clients": [
  8. {
  9. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  10. "level": 1,
  11. "alterId": 10
  12. }
  13. ]
  14. }
  15. },
  16. "outbound": {
  17. "protocol": "freedom",
  18. "settings": {}
  19. }
  20. }