From 6b4c00c3947a4db6a072e29a7904db82c38d9ad3 Mon Sep 17 00:00:00 2001 From: Angristan Date: Mon, 21 Mar 2016 21:43:34 +0100 Subject: [PATCH] Clarification for NAT --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index b790cae..c0b972d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -185,7 +185,7 @@ else echo "" echo "I need to know the IPv4 address of the network interface you want OpenVPN listening to." - echo "If you server is running behind a NAT, (e.g. LowEndSpirit, Scaleway) leave the IP adress as it is. (10.x.x.x)" + echo "If you server is running behind a NAT, (e.g. LowEndSpirit, Scaleway) leave the IP adress as it is. (local/private IP" echo "Otherwise, it sould be your public IPv4 address." read -p "IP address: " -e -i $IP IP echo ""