1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00
This commit is contained in:
Roc Boronat 2018-05-01 11:47:08 +00:00 committed by GitHub
commit 1ef4efa668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ bigecho "Installing packages required for the VPN..."
apt-get -yq install libnss3-dev libnspr4-dev pkg-config \
libpam0g-dev libcap-ng-dev libcap-ng-utils libselinux1-dev \
libcurl4-nss-dev flex bison gcc make libnss3-tools \
libevent-dev ppp xl2tpd || exiterr2
libevent-dev ppp xl2tpd iptables || exiterr2
bigecho "Installing Fail2Ban to protect SSH..."