From 7278337c08032d97fd5c07e62a796aa6dd03944d Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 15 Sep 2018 18:05:13 +0200 Subject: [PATCH] Add missin fi --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1a245ef..95da260 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -191,6 +191,7 @@ access-control: 10.8.0.1/24 allow' > /etc/unbound/openvpn-server.conf else echo "OpenVPN will be configured to use 10.8.0.1 IP for clients DNS" echo "You need to manually configure Unbound to listen on this interface and accept connections from the subnet" + fi fi }