Some changes to client config
This commit is contained in:
parent
baa17c341c
commit
36a682372d
|
@ -14,7 +14,7 @@ dev tun
|
|||
# Specify vpn server
|
||||
remote vpn-test.inform.hs-hannover.de 1194
|
||||
|
||||
# Certificates (relative paths work, too)
|
||||
# Certificates (relativ path to config file, absolute paths possible if needed)
|
||||
ca vpnclient/ca.crt
|
||||
cert vpnclient/jan-philipp.timme@hs-hannover.de.crt
|
||||
key vpnclient/jan-philipp.timme@hs-hannover.de.key
|
||||
|
@ -34,14 +34,14 @@ tls-version-min "1.2"
|
|||
# Make sure to detect broken sessions
|
||||
keepalive 10 30
|
||||
|
||||
# These are needed for reduced privileges? Probably yes.
|
||||
# These are needed if running with reduced privileges
|
||||
persist-key
|
||||
persist-tun
|
||||
|
||||
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
|
||||
# Note: On some systems, the group is "nobody" instead of "nogroup".
|
||||
user nobody
|
||||
group nogroup
|
||||
#user nobody
|
||||
#group nogroup
|
||||
|
||||
# Logging settings
|
||||
verb 3
|
||||
|
|
Loading…
Reference in New Issue