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");
   push @outline, 'compress lz4';
   push @outline, 'push "compress lz4"';
   # push old style and new style options!
}

Now a recent version of openvpn.connect on IOS (3.0.2) has broken
this, by disabling compression by default.

My idea: Since the client config already enables framing for
compression, why not turn compression off - on the fly - for every
client?

How would I push an "empty" compression parameter?
Is this feasible at all?

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.de        Campus Benjamin Franklin
https://www.charite.de             Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to