1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

Remove stunnel

This commit is contained in:
Birkhoff 2018-07-11 17:24:55 -04:00 committed by GitHub
parent 06497c24af
commit 233c460466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
else
yum remove openvpn stunnel4 -y
fi
rm -rf /etc/openvpn
rm -rf /etc/openvpn /etc/stunnel
rm -f /etc/sysctl.d/30-openvpn-forward.conf
echo
echo "OpenVPN removed!"