Re: [Openvpn-devel] [Openvpn-users] disabling compression on the fly?

2018-10-09 Thread Arne Schwabe
Am 09.10.18 um 14:34 schrieb Jan Just Keijser: > Hi Ralf, > > On 09/10/18 13:35, Ralf Hildebrandt wrote: >> Currently we're suppling our user with a charite.ovpn File containing: >> >> ... >> compress lzo >> ... >> >> In some cases, we're overriding this on the server side by using: >> >> if

Re: [Openvpn-devel] [Openvpn-users] disabling compression on the fly?

2018-10-09 Thread Jan Just Keijser
Hi Ralf, On 09/10/18 13:35, Ralf Hildebrandt wrote: Currently we're suppling our user with a charite.ovpn File containing: ... compress lzo ... In some cases, we're overriding this on the server side by using: if (defined $ENV{'IV_LZ4'}) { $logger->info("$username lz4: available");