Do not cache user credentials
This commit is contained in:
@ -87,6 +87,7 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG
|
||||
|
||||
if [ -n "$OVPN_OTP_AUTH" ]; then
|
||||
echo "auth-user-pass"
|
||||
echo "auth-nocache"
|
||||
fi
|
||||
|
||||
if [ -n "$OVPN_COMP_LZO" ]; then
|
||||
|
Reference in New Issue
Block a user