From 96108e6b2e05bd1193a124ac1791dcb9765c7ea0 Mon Sep 17 00:00:00 2001 From: Nyr Date: Mon, 29 Feb 2016 19:18:32 +0100 Subject: [PATCH] Clarify NAT question --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 21d4659..e102997 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -345,7 +345,7 @@ crl-verify crl.pem" >> /etc/openvpn/server.conf echo "" echo "Looks like your server is behind a NAT!" echo "" - echo "If your server is NATed (LowEndSpirit), I need to know the external IP" + echo "If your server is NATed (e.g. LowEndSpirit), I need to know the external IP" echo "If that's not the case, just ignore this and leave the next field blank" read -p "External IP: " -e USEREXTERNALIP if [[ "$USEREXTERNALIP" != "" ]]; then