n2n is a layer-two peer-to-peer virtual private network (VPN) which allows users to exploit features typical of P2P applications at network instead of application level.
n2n is a layer-two peer-to-peer virtual private network (VPN) which allows users to exploit features typical of P2P applications at network instead of application level.
To install n2n, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install n2n
To see what files were installed by n2n, run:
port contents n2n
To later upgrade n2n, run:
sudo port selfupdate && sudo port upgrade n2n
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.