mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-21 16:29:04 +01:00
parent
6c4d91e5e8
commit
8f83781d00
@ -627,9 +627,9 @@ function installOpenVPN() {
|
|||||||
|
|
||||||
# Behind NAT, we'll default to the publicly reachable IPv4/IPv6.
|
# Behind NAT, we'll default to the publicly reachable IPv4/IPv6.
|
||||||
if [[ $IPV6_SUPPORT == "y" ]]; then
|
if [[ $IPV6_SUPPORT == "y" ]]; then
|
||||||
PUBLIC_IP=$(curl https://ifconfig.co)
|
PUBLIC_IP=$(curl --retry 5 --retry-connrefused https://ifconfig.co)
|
||||||
else
|
else
|
||||||
PUBLIC_IP=$(curl -4 https://ifconfig.co)
|
PUBLIC_IP=$(curl --retry 5 --retry-connrefused -4 https://ifconfig.co)
|
||||||
fi
|
fi
|
||||||
ENDPOINT=${ENDPOINT:-$PUBLIC_IP}
|
ENDPOINT=${ENDPOINT:-$PUBLIC_IP}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user