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)
|
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
|
||||||
user nobody
|
user nobody
|
||||||
group nobody
|
group nogroup
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
verb 3
|
verb 3
|
||||||
|
@ -49,11 +49,11 @@ persist-tun
|
|||||||
|
|
||||||
# Reduced privileges
|
# Reduced privileges
|
||||||
user nobody
|
user nobody
|
||||||
group nobody
|
group nogroup
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
verb 3
|
verb 3
|
||||||
mute 5
|
mute 5
|
||||||
|
|
||||||
# Have a status log
|
# Have a status log
|
||||||
status /etc/openvpn/vpnserver/status.log
|
status /etc/openvpn/vpnserver/status.log
|
||||||
|
Loading…
Reference in New Issue
Block a user