OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet.
OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet.
To install openvpn3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openvpn3
To see what files were installed by openvpn3, run:
port contents openvpn3
To later upgrade openvpn3, run:
sudo port selfupdate && sudo port upgrade openvpn3
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.