Skip to content

Commit

Permalink
Clarification for NAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Angristan committed Mar 21, 2016
1 parent a44539c commit 6b4c00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 6b4c00c

Please sign in to comment.