diff --git a/openvpn-install.sh b/openvpn-install.sh index 0abea02..826426f 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -386,7 +386,7 @@ exit 0' > $RCLOCAL echo "" echo "Looks like your server is behind a NAT!" echo "" - echo "If your server is NATed (e.g. LowEndSpirit), I need to know the external IP" + echo "If your server is NATed (e.g. LowEndSpirit), I need to know the external IP or hostname" 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 @@ -418,4 +418,4 @@ verb 3" > /etc/openvpn/client-common.txt echo "" echo "Your client configuration is available at" ~/"$CLIENT.ovpn" echo "If you want to add more clients, you simply need to run this script again!" -fi \ No newline at end of file +fi