Skip to content

Commit 49d36c2

Browse files
committed
implements setting 'comp-lzo no' on server conf by default
1 parent e1bd5b6 commit 49d36c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ovpn_genconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ fi
352352

353353
[ -n "${OVPN_CLIENT_TO_CLIENT:-}" ] && echo "client-to-client" >> "$conf"
354354
[ "$OVPN_COMP_LZO" == "1" ] && echo "comp-lzo" >> "$conf"
355+
[ "$OVPN_COMP_LZO" == "0" ] && echo "comp-lzo no" >> "$conf"
355356

356357
[ -n "${OVPN_FRAGMENT:-}" ] && echo "fragment $OVPN_FRAGMENT" >> "$conf"
357358

0 commit comments

Comments
 (0)