From 1f2fddf70717665a3cb4af0f2923afbd2c11b838 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 26 Jul 2020 00:56:19 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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