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.
2 parents 2b8a82a + 49d36c2 commit 73f8b02Copy full SHA for 73f8b02
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
@@ -371,8 +372,6 @@ done
371
372
373
if [ "$OVPN_COMP_LZO" == "0" ]; then
374
process_push_config "comp-lzo no"
- else
375
- process_push_config "comp-lzo"
376
fi
377
378
[ ${#OVPN_PUSH[@]} -gt 0 ] && for i in "${OVPN_PUSH[@]}"; do
0 commit comments