diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index daae91dd..ef4368f8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1737,7 +1737,7 @@ UPDATE_DYNDNS(){ echo -e "${idsCL[LightCyan]}Updating Primary DNS A records with any WAN IP changes... ${idsCL[Default]}" fi - OLDIP=`dig +short sc2.scity.us @ns1.scity.us` + OLDIP=`dig +short sc1.scity.us @ns1.scity.us` NEWIP=`dig +short myip.opendns.com @resolver1.opendns.com` if [ "${OLDIP}" != "${NEWIP}" ]; then