Update dsmon.sh

This commit is contained in:
2023-07-15 18:49:47 -05:00
parent 8ae1e24661
commit ad05ee0791

View File

@@ -336,7 +336,7 @@ GETTSIP_NODE(){
echo "Tailscale running, TSIP: ${TSIP}"
echo -en "Updating DNS for '${hostname}' ... "
dyndns=$(/usr/bin/curl -s "https://systems:Dcs9613@dns.scity.us/nic/update?hostname=backup.ts.scity.us&myip=${TSIP}")
echo "Done - (${dyndns})"
echo "Done (${dyndns})"
else
echo "Not running Tailscale"
fi