Fix a bad bug that i did not catch yet
This commit is contained in:
parent
bba0f9355b
commit
35f8f9fda2
|
@ -33,7 +33,7 @@ persist-tun
|
|||
|
||||
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
|
||||
user nobody
|
||||
group nobody
|
||||
group nogroup
|
||||
|
||||
# Logging settings
|
||||
verb 3
|
||||
|
|
|
@ -49,11 +49,11 @@ persist-tun
|
|||
|
||||
# Reduced privileges
|
||||
user nobody
|
||||
group nobody
|
||||
group nogroup
|
||||
|
||||
# Logging settings
|
||||
verb 3
|
||||
mute 5
|
||||
|
||||
# Have a status log
|
||||
status /etc/openvpn/vpnserver/status.log
|
||||
status /etc/openvpn/vpnserver/status.log
|
||||
|
|
Loading…
Reference in New Issue