From 4870ad11b8a9d304b763aa087a6eca166df06d02 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Sat, 15 Sep 2018 14:20:00 +0200 Subject: [PATCH] Fix typo --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 34e9ba1..d16ad53 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -909,6 +909,6 @@ access-control: 10.8.0.1/24 allow' > /etc/unbound/openvpn-server.conf systemctl restart unbound 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" + echo "You need to manually configure Unbound to listen on this interface and accept connections from the subnet" fi }