Skip to content

Commit 65b8492

Browse files
committed
Crappy workaround until alpine stable upgrades to openvpn 2.4 (with
--auth-gen-token) This needs to be set on the client as well but can't be pushed.
1 parent d701d20 commit 65b8492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fi
9393
# Optional OTP authentication support
9494
if [ -d "${OVPN_OTP_AUTH:-}" ]; then
9595
addArg "--plugin" "/usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so" "openvpn"
96+
addArg "--reneg-sec" "0"
9697
fi
9798

9899
if [ $DEBUG ]; then

0 commit comments

Comments
 (0)