mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
openvpn: disable LZO support by default
OpenVPN recommends disabling compression, as it may weaken the security of the connection. For users who need compression, we build with LZ4 support by default. LZO in OpenVPN pulls in liblzo at approx. 32 kB. OpenWrt users will no longer be able to connect to OpenVPN peers that require LZO compression, unless they build the OpenVPN package themselves. Signed-off-by: Magnus Kroken <mkroken@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
2e55fc8b2d
commit
e4376793b4
@@ -2,7 +2,7 @@ if PACKAGE_openvpn-openssl
|
||||
|
||||
config OPENVPN_openssl_ENABLE_LZO
|
||||
bool "Enable LZO compression support"
|
||||
default y
|
||||
default n
|
||||
|
||||
config OPENVPN_openssl_ENABLE_LZ4
|
||||
bool "Enable LZ4 compression support"
|
||||
|
||||
Reference in New Issue
Block a user