Tunnel all your traffic over WebSocket or HTTP/2 connections
Tunnel all your traffic over Websocket or HTTP2
wstunnel$ wstunnel --server ws://0.0.0.0:8080$ wstunnel --client ws://remote-server.com:8080 -L 127.0.0.1:3306:db.example.com:3306$ wstunnel --server http2://0.0.0.0:8443 --tls-cert /path/to/cert.pem --tls-key /path/to/key.pem