It Instalando OpenVPN 2.4.x em Ubuntu/Debian
Post
Cancel

Instalando OpenVPN 2.4.x em Ubuntu/Debian

1
2
3
4
curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
echo "deb http://build.openvpn.net/debian/openvpn/stable `lsb_release --codename --short` main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
apt update
apt install -y openvpn