wstunnel

Tunnel all your traffic over WebSocket or HTTP/2 connections

brewmacoslinux
Try with needOr install directly
Source

About

Tunnel all your traffic over Websocket or HTTP2

Commands

wstunnel

Examples

Start a WebSocket tunnel server listening on port 8080$ wstunnel --server ws://0.0.0.0:8080
Create a client tunnel to forward local port 3306 through remote WebSocket server$ wstunnel --client ws://remote-server.com:8080 -L 127.0.0.1:3306:db.example.com:3306
Setup HTTP/2 tunnel server for enhanced performance$ wstunnel --server http2://0.0.0.0:8443 --tls-cert /path/to/cert.pem --tls-key /path/to/key.pem