What is "openvpn" Package?
Openvpn is a SSL VPN implementing OSI layer 2 or 3 secure network extension.For more details: https://openvpn.net/index.php/download/community-downloads.html
Installation Steps:
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install openvpn.
brew install openvpn
0 comments:
Post a Comment