We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3ef1f commit 20df274Copy full SHA for 20df274
bin/v-update-sys-ip
@@ -110,7 +110,7 @@ for ip in $ips; do
110
done
111
112
# Updating NAT
113
-pub_ip=$(curl --ipv4 -s https://www.hestiacp.com/what-is-my-ip/)
+pub_ip=$(curl --ipv4 -s https://ip.hestiacp.com/)
114
if [ ! -e "$HESTIA/data/ips/$pub_ip" ]; then
115
if [ -z "$(grep -R "$pub_ip" $HESTIA/data/ips/)" ]; then
116
ip=$(ls -t $HESTIA/data/ips/ |head -n1)
0 commit comments