test_2_server.json 346 B

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