chisel-tunnel

Fast TCP/UDP tunnel over HTTP for secure network connectivity

brewmacoslinux
Try with needOr install directly
Source

About

Fast TCP/UDP tunnel over HTTP

Commands

chisel

Examples

Start a chisel server listening on port 8080$ chisel server -p 8080
Create a client connection to remote server and forward local port 3000 to remote port 8000$ chisel client http://server.example.com:8080 3000:localhost:8000
Set up SOCKS5 proxy through chisel server$ chisel client http://server.example.com:8080 socks