From a6ef56c2a46cd1c9166e21e2a58e8044130691e0 Mon Sep 17 00:00:00 2001 From: Winfried Date: Wed, 7 Mar 2018 10:02:10 +0100 Subject: [PATCH] Removing deprecated comp-lzo option. #430 --- openvpn-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ee420ca..ee65c64 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -306,7 +306,6 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf esac echo "keepalive 10 120 cipher AES-256-CBC -comp-lzo user nobody group $GROUPNAME persist-key @@ -411,7 +410,6 @@ persist-tun remote-cert-tls server auth SHA512 cipher AES-256-CBC -comp-lzo setenv opt block-outside-dns key-direction 1 verb 3" > /etc/openvpn/client-common.txt @@ -422,4 +420,4 @@ verb 3" > /etc/openvpn/client-common.txt echo "" echo "Your client configuration is available at" ~/"$CLIENT.ovpn" echo "If you want to add more clients, you simply need to run this script again!" -fi \ No newline at end of file +fi