diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 333d252d..4217d253 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1409,7 +1409,7 @@ if [ "$iptables" = 'yes' ]; then fi # Get public ip -pub_ip=$(curl -s vestacp.com/what-is-my-ip/) +pub_ip=$(curl -s https://scripts.myvestacp.com/ip.php) if [ ! -z "$pub_ip" ] && [ "$pub_ip" != "$ip" ]; then $VESTA/bin/v-change-sys-ip-nat $ip $pub_ip