From e6a007494944bf9c11657c4507d5fc67a275b547 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 31 Dec 2019 16:29:25 +0100 Subject: [PATCH] Fix OpenVPN config --- debian9-x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 76c49f2..f47eea7 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -492,9 +492,9 @@ if [ "$OPENVPN" = "yes" ]; then EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-server-full server nopass EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-client-full "client" nopass EASYRSA_CRL_DAYS=3650 ./easyrsa gen-crl - wget -O /etc/openvpn/tun0.conf https://www.openmptcprouter.com/${VPSPATH}/openvpn-tun0.conf - wget -O /etc/openvpn/tun1.conf https://www.openmptcprouter.com/${VPSPATH}/openvpn-tun1.conf fi + wget -O /etc/openvpn/tun0.conf https://www.openmptcprouter.com/${VPSPATH}/openvpn-tun0.conf + wget -O /etc/openvpn/tun1.conf https://www.openmptcprouter.com/${VPSPATH}/openvpn-tun1.conf systemctl enable openvpn@tun0.service systemctl enable openvpn@tun1.service fi