mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Add auth-nocache option
To prevent the `WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this` warning.
This commit is contained in:
parent
d4efae3b10
commit
c97fe80fc7
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ auth SHA512
|
|||
cipher AES-256-CBC
|
||||
setenv opt block-outside-dns
|
||||
key-direction 1
|
||||
auth-nocache
|
||||
verb 3" > /etc/openvpn/client-common.txt
|
||||
# Generates the custom client.ovpn
|
||||
newclient "$CLIENT"
|
||||
|
|
Loading…
Add table
Reference in a new issue