mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
fixed flaws i made
This commit is contained in:
parent
3c50a2bbc9
commit
566307bcff
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ else
|
|||
# Autodetect IP address and pre-fill for the user
|
||||
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
|
||||
read -p "Public IP address / hostname: " -e -i $PUBLICIP PUBLICIP
|
||||
|
||||
fi
|
||||
echo
|
||||
|
|
Loading…
Add table
Reference in a new issue