mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 21:09:03 +01:00
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:
parent
1b18e7f2a7
commit
d8d0bbb5da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user