mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 14:07:36 +01:00 
			
		
		
		
	Disable compression
For a hardened OpenVPN configuration, compression should be disabled : https://github.com/BetterCrypto/Applied-Crypto-Hardening/pull/91#issuecomment-75388575
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Florian Stosse
					Florian Stosse