From 5ba09ea749c9cf8436b1ae29b2e4f239ea051dea Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 12 May 2016 11:31:13 +0100 Subject: [PATCH 1/1] Disable compression on VPN links --- cookbooks/openvpn/templates/default/tunnel.conf.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/cookbooks/openvpn/templates/default/tunnel.conf.erb b/cookbooks/openvpn/templates/default/tunnel.conf.erb index 748f96993..e2fcc3590 100644 --- a/cookbooks/openvpn/templates/default/tunnel.conf.erb +++ b/cookbooks/openvpn/templates/default/tunnel.conf.erb @@ -32,9 +32,6 @@ keepalive 10 120 # Use AES-128 as the cipher cipher AES-128-CBC -# Enable compression -comp-lzo - # Run unprivileged user nobody group nogroup -- 2.43.2