From 6081e82007d9d83c00d8ec7a395d2631e7c204d1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 9 Aug 2023 18:49:50 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 51751f42..253bd88c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -525,6 +525,7 @@ UPDATE_DYNDNS(){ #external dns # /usr/bin/curl -s "https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=sc1.scity.us&myip=${NEWIP}" #> /dev/null 2>&1 /usr/bin/curl -s "https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=sc2.scity.us&myip=${NEWIP}" #> /dev/null 2>&1 + echo "HERE: https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=sc2.scity.us&myip=${NEWIP}" # /usr/bin/curl -s "https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=scity.us&myip=${NEWIP}" #> /dev/null 2>&1 # /usr/bin/curl -s "https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=schroedercity.com&myip=${NEWIP}" #> /dev/null 2>&1 # /usr/bin/curl -s "https://${NM_DYNUSER}:${DYNPASS}@wdns.scity.us/nic/update?hostname=dasrei.com&myip=${NEWIP}" #> /dev/null 2>&1