vmess-ws-0rtt.json 695 B

1234567891011121314151617181920212223242526272829
  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. "wsSettings": {
  18. "maxEarlyData": 128,
  19. "earlyDataHeaderName": "Sec-WebSocket-Protocol"
  20. }
  21. }
  22. }
  23. ],
  24. "outbounds": [
  25. {
  26. "protocol": "freedom"
  27. }
  28. ]
  29. }