Torsocks is an application for Linux, BSD and macOS that allows you to use network applications such as ssh and irssi with Tor. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you are using.
Torsocks is an application for Linux, BSD and macOS that allows you to use network applications such as ssh and irssi with Tor. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you are using.
To install torsocks, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install torsocks
To see what files were installed by torsocks, run:
port contents torsocks
To later upgrade torsocks, run:
sudo port selfupdate && sudo port upgrade torsocks
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.