1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-26 15:14:05 +00:00

Delete logs

This commit is contained in:
Angristan 2015-12-25 22:17:51 +01:00
parent aa5c024b8e
commit c428975b66

View File

@ -267,8 +267,6 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
crl-verify /etc/openvpn/easy-rsa/pki/crl.pem" >> /etc/openvpn/server.conf
# Enable net.ipv4.ip_forward for the system
if [[ "$OS" = 'debian' ]]; then
@ -348,8 +346,7 @@ nobind
persist-key
persist-tun
remote-cert-tls server
comp-lzo
verb 3" > /etc/openvpn/client-common.txt
comp-lzo" > /etc/openvpn/client-common.txt
# Generates the custom client.ovpn
newclient "$CLIENT"
echo ""