Bore – Simple CLI Tool For Making Tunnels To Localhost
A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That’s all it does: no more, and no less. # Installation (requires Rust)cargo install bore-cli# On your local machinebore local 8000 –to bore.pub This will expose your local port at localhost:8000 to the public internetRead More