From 8b89b1743c3b5c38c4d66a3df24767a3a5c6903a Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Mon, 21 Mar 2016 13:13:57 +0100 Subject: [PATCH] Disable compression For a hardened OpenVPN configuration, compression should be disabled : https://github.com/BetterCrypto/Applied-Crypto-Hardening/pull/91#issuecomment-75388575 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index cfcca5d..c9ebbc0 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -330,7 +330,7 @@ tls-version-min 1.2" > /etc/openvpn/server.conf ;; esac echo "keepalive 10 120 -comp-lzo +##comp-lzo persist-key persist-tun crl-verify crl.pem" >> /etc/openvpn/server.conf