We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bd5b6 commit 49d36c2Copy full SHA for 49d36c2
bin/ovpn_genconfig
@@ -352,6 +352,7 @@ fi
352
353
[ -n "${OVPN_CLIENT_TO_CLIENT:-}" ] && echo "client-to-client" >> "$conf"
354
[ "$OVPN_COMP_LZO" == "1" ] && echo "comp-lzo" >> "$conf"
355
+[ "$OVPN_COMP_LZO" == "0" ] && echo "comp-lzo no" >> "$conf"
356
357
[ -n "${OVPN_FRAGMENT:-}" ] && echo "fragment $OVPN_FRAGMENT" >> "$conf"
358
0 commit comments