vmess-ws.json 535 B

12345678910111213141516171819202122232425
  1. {
  2. "inbounds": [
  3. {
  4. "port": 10002,
  5. "listen": "0.0.0.0",
  6. "protocol": "vmess",
  7. "settings": {
  8. "clients": [
  9. {
  10. "id": "b831381d-6324-4d53-ad4f-8cda48b30811"
  11. }
  12. ]
  13. },
  14. "streamSettings": {
  15. "network": "ws",
  16. "security": "none"
  17. }
  18. }
  19. ],
  20. "outbounds": [
  21. {
  22. "protocol": "freedom"
  23. }
  24. ]
  25. }