A 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.
A 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.
To install bore-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bore-cli
To see what files were installed by bore-cli, run:
port contents bore-cli
To later upgrade bore-cli, run:
sudo port selfupdate && sudo port upgrade bore-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.