mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
fixed my error using wrong var
This commit is contained in:
parent
2ac350c9d3
commit
3c50a2bbc9
1 changed files with 4 additions and 2 deletions
|
@ -178,8 +178,10 @@ else
|
|||
# If $IP is a private IP address, the server must be behind NAT
|
||||
if echo "$IP" | grep -qE '^(10\.|172\.1[6789]\.|172\.2[0-9]\.|172\.3[01]\.|192\.168)'; then
|
||||
# Autodetect IP address and pre-fill for the user
|
||||
IP=`dig +short myip.opendns.com @resolver1.opendns.com`
|
||||
read -p "IP address: " -e -i $IP IP
|
||||
PUBLICIP=`dig +short myip.opendns.com @resolver1.opendns.com`
|
||||
echo "This server is behind NAT. What is the public IPv4 address or hostname?"
|
||||
read -p "Public IP address / hostname: " -e PUBLICIP
|
||||
|
||||
fi
|
||||
echo
|
||||
echo "Which protocol do you want for OpenVPN connections?"
|
||||
|
|
Loading…
Add table
Reference in a new issue