Add auth-nocache to openvpn client config
This commit is contained in:
parent
7865658c35
commit
7c0850210e
|
@ -34,6 +34,9 @@ tls-version-min "1.2"
|
||||||
# Make sure to detect broken sessions
|
# Make sure to detect broken sessions
|
||||||
keepalive 10 30
|
keepalive 10 30
|
||||||
|
|
||||||
|
# Use this option to prevent OpenVPN from caching the password of your private key
|
||||||
|
#auth-nocache
|
||||||
|
|
||||||
# These are needed if running with reduced privileges
|
# These are needed if running with reduced privileges
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
|
|
Loading…
Reference in New Issue