Skip to content

Commit

Permalink
Crappy workaround until alpine stable upgrades to openvpn 2.4 (with
Browse files Browse the repository at this point in the history
--auth-gen-token)

This needs to be set on the client as well but can't be pushed.
  • Loading branch information
pieterlange committed Feb 27, 2017
1 parent d701d20 commit 65b8492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ fi
# Optional OTP authentication support
if [ -d "${OVPN_OTP_AUTH:-}" ]; then
addArg "--plugin" "/usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so" "openvpn"
addArg "--reneg-sec" "0"
fi

if [ $DEBUG ]; then
Expand Down

0 comments on commit 65b8492

Please sign in to comment.