From 63676031588eb8e7bfcc7079e5e0710d4ee357f4 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 26 Jul 2020 03:11:36 +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 2ebb4613..dc1e6a89 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1410,7 +1410,7 @@ if [ "$iptables" = 'yes' ]; then fi # Get public ip -pub_ip=$(curl -s https://scripts.myvestacp.com/ip.php) +pub_ip=$(curl -4 -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