bore-cli

Modern TCP tunnel that exposes local ports to remote servers

brewmacoslinux
Try with needOr install directly
Source

About

Modern, simple TCP tunnel in Rust that exposes local ports to a remote server

Commands

bore

Examples

Expose local web server on port 3000 to remote bore server$ bore local 3000 --to example.com:7835
Create tunnel with custom remote port$ bore local 8080 --to tunnel.example.com:7835 --port 9000
Start a bore server to accept incoming tunnels$ bore server --port 7835