From f194eb85716594b1ee71564091c9337abc8a7c33 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 26 Jul 2020 01:03:48 +0200 Subject: [PATCH] Update v-update-sys-ip --- bin/v-update-sys-ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-update-sys-ip b/bin/v-update-sys-ip index 6c07edc6f..929f2a636 100755 --- a/bin/v-update-sys-ip +++ b/bin/v-update-sys-ip @@ -110,7 +110,7 @@ for ip in $ips; do done # Updating NAT -pub_ip=$(curl -s vestacp.com/what-is-my-ip/) +pub_ip=$(curl -s https://scripts.myvestacp.com/ip.php) if [ ! -e "$VESTA/data/ips/$pub_ip" ]; then if [ -z "$(grep -R "$pub_ip" $VESTA/data/ips/)" ]; then ip=$(ls -t $VESTA/data/ips/ |head -n1)