Add access logs (log-append)

And move log files to /var/log/openvpn. Makes more sense and access logs can be very useful.
This commit is contained in:
Angristan 2018-08-22 22:11:36 +02:00
parent 1b18e7f2a7
commit d8d0bbb5da
1 changed files with 2 additions and 1 deletions

View File

@ -637,7 +637,8 @@ $CIPHER
tls-server
tls-version-min 1.2
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
status openvpn.log
status /var/log/openvpn/status.log
log-append /var/log/openvpn/server.log
verb 3" >> /etc/openvpn/server.conf
# Create the sysctl configuration file if needed (mainly for Arch Linux)