Skip to content

Commit c6c7b74

Browse files
committed
fix: specify no compression
kylemanna#466
1 parent 1228577 commit c6c7b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/ovpn_getclient

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ tls-auth ta.key 1
9999

100100
if [ "$OVPN_COMP_LZO" == "1" ]; then
101101
echo "comp-lzo"
102+
else
103+
echo "comp-lzo no"
102104
fi
103105

104106
if [ -n "$OVPN_OTP_AUTH" ]; then

0 commit comments

Comments
 (0)