From 35fa9a55a0782f43dede37ec63b09bdf6d6ac660 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 16:55:24 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index a8ec0d9..9a967f8 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -360,7 +360,7 @@ GETTSIP_NODE(){ ([ "${hostname}" == "" ] || [[ "${hostname}" != *".scity"* ]]) && hostname=$(hostname) && hostname="${hostname,,}.ts.scity.us" || hostname=${hostname/.scity/.ts.scity} 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=${hostname}&myip=${TSIP}") + dyndns=$(/usr/bin/curl -s "https://systems:Dcs9613@ldns.scity.us/nic/update?hostname=${hostname}&myip=${TSIP}") echo "Done (${dyndns})" else echo "Not running Tailscale"