mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-12-23 07:18:54 +00: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-server
|
||||||
tls-version-min 1.2
|
tls-version-min 1.2
|
||||||
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
|
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
|
verb 3" >> /etc/openvpn/server.conf
|
||||||
|
|
||||||
# Create the sysctl configuration file if needed (mainly for Arch Linux)
|
# Create the sysctl configuration file if needed (mainly for Arch Linux)
|
||||||
|
Loading…
Reference in New Issue
Block a user