diff --git a/openvpn-install.sh b/openvpn-install.sh index 4a9e347..25b90db 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -618,7 +618,7 @@ function installOpenVPN() { if [[ $IPV6_SUPPORT == "y" ]]; then PUBLIC_IP=$(curl https://ifconfig.co) else - PUBLIC_IP=$(curl -4 https://ifconfig.co) + PUBLIC_IP=$(curl -4 https://ip.me) fi ENDPOINT=${ENDPOINT:-$PUBLIC_IP} fi