RatholePro v0.4.1 — CDN WebSocket Fix
v0.4.1 — RFC 6455 WebSocket Framing
Fixes WebSocket transport for CDN compatibility (Arvan Cloud, Cloudflare, etc.)
Changes
- Proper RFC 6455 binary frame encoding/decoding
- Client masks frames per spec (required by CDN proxies)
- Ping/Pong handling for CDN keepalive
- SHA-1 accept key (fixed from SHA-256)
- Random WebSocket key generation
Install/Update
bash <(curl -Ls https://raw.githubusercontent.com/iPmartNetwork/RatholePro/master/install.sh)