mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
Clarification for NAT
This commit is contained in:
parent
a44539c571
commit
6b4c00c394
1 changed files with 1 additions and 1 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue