Skip to content

Commit 20df274

Browse files
committed
Fix: Update ip detect url
1 parent ba3ef1f commit 20df274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-sys-ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ for ip in $ips; do
110110
done
111111

112112
# Updating NAT
113-
pub_ip=$(curl --ipv4 -s https://www.hestiacp.com/what-is-my-ip/)
113+
pub_ip=$(curl --ipv4 -s https://ip.hestiacp.com/)
114114
if [ ! -e "$HESTIA/data/ips/$pub_ip" ]; then
115115
if [ -z "$(grep -R "$pub_ip" $HESTIA/data/ips/)" ]; then
116116
ip=$(ls -t $HESTIA/data/ips/ |head -n1)

0 commit comments

Comments
 (0)