mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 15:20:04 +01:00
Remove log-append for now and create log dir
See https://github.com/Angristan/OpenVPN-install/issues/275
This commit is contained in:
parent
d8d0bbb5da
commit
64f62cf874
@ -638,9 +638,11 @@ tls-server
|
||||
tls-version-min 1.2
|
||||
tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
|
||||
status /var/log/openvpn/status.log
|
||||
log-append /var/log/openvpn/server.log
|
||||
verb 3" >> /etc/openvpn/server.conf
|
||||
|
||||
# Create log dir
|
||||
mkdir -p /var/log/openvpn
|
||||
|
||||
# Create the sysctl configuration file if needed (mainly for Arch Linux)
|
||||
if [[ ! -e $SYSCTL ]]; then
|
||||
touch $SYSCTL
|
||||
|
Loading…
Reference in New Issue
Block a user