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,7 +49,7 @@ persist-tun
|
||||||
|
|
||||||
# Reduced privileges
|
# Reduced privileges
|
||||||
user nobody
|
user nobody
|
||||||
group nobody
|
group nogroup
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
verb 3
|
verb 3
|
||||||
|
|
Loading…
Reference in New Issue