mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-11-16 17:25:12 +00:00
Delete logs
This commit is contained in:
parent
aa5c024b8e
commit
c428975b66
@ -267,8 +267,6 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
|||||||
comp-lzo
|
comp-lzo
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
status openvpn-status.log
|
|
||||||
verb 3
|
|
||||||
crl-verify /etc/openvpn/easy-rsa/pki/crl.pem" >> /etc/openvpn/server.conf
|
crl-verify /etc/openvpn/easy-rsa/pki/crl.pem" >> /etc/openvpn/server.conf
|
||||||
# Enable net.ipv4.ip_forward for the system
|
# Enable net.ipv4.ip_forward for the system
|
||||||
if [[ "$OS" = 'debian' ]]; then
|
if [[ "$OS" = 'debian' ]]; then
|
||||||
@ -348,8 +346,7 @@ nobind
|
|||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
remote-cert-tls server
|
remote-cert-tls server
|
||||||
comp-lzo
|
comp-lzo" > /etc/openvpn/client-common.txt
|
||||||
verb 3" > /etc/openvpn/client-common.txt
|
|
||||||
# Generates the custom client.ovpn
|
# Generates the custom client.ovpn
|
||||||
newclient "$CLIENT"
|
newclient "$CLIENT"
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user