A small program that implements just enough of the NNTP protocol to authenticate client requests. After authentication client requests. After authentication nnap bounces the client TCP connection to an open NNTP server.
A small program that implements just enough of the NNTP protocol to authenticate client requests. After authentication client requests. After authentication nnap bounces the client TCP connection to an open NNTP server.
To install nnap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nnap
To see what files were installed by nnap, run:
port contents nnap
To later upgrade nnap, run:
sudo port selfupdate && sudo port upgrade nnap
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.