test_3_server.json 307 B

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