mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
Merge 6139d8cc00
into e8958b969e
This commit is contained in:
commit
e40e795ca7
1 changed files with 2 additions and 2 deletions
|
@ -345,9 +345,9 @@ crl-verify crl.pem" >> /etc/openvpn/server.conf
|
|||
echo ""
|
||||
echo "Looks like your server is behind a NAT!"
|
||||
echo ""
|
||||
echo "If your server is NATed (LowEndSpirit), I need to know the external IP"
|
||||
echo "If your server is NATed (i.e. LowEndSpirit), I need to know the external IP or FQDN"
|
||||
echo "If that's not the case, just ignore this and leave the next field blank"
|
||||
read -p "External IP: " -e USEREXTERNALIP
|
||||
read -p "External IP or FQDN: " -e USEREXTERNALIP
|
||||
if [[ "$USEREXTERNALIP" != "" ]]; then
|
||||
IP=$USEREXTERNALIP
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue