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 043b1fd commit f051a1cCopy full SHA for f051a1c
bin/v-update-sys-ip
@@ -2,7 +2,7 @@
2
# info: update system ip
3
# options: [NONE]
4
#
5
-# The function scans configured ip in the system and register them with vesta
+# The function scans configured ip in the system and register them with hestia
6
# internal database. This call is intended for use on vps servers, where ip is
7
# set by hypervizor.
8
@@ -110,7 +110,7 @@ for ip in $ips; do
110
done
111
112
# Updating NAT
113
-pub_ip=$(curl -s vestacp.com/what-is-my-ip/)
+pub_ip=$(curl -s https://www.hestiacp.com/what-is-my-ip/)
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