From 5fd6d6996ec9f970b4c4c12cf8bcdb3064e83565 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 13 Dec 2025 19:35:49 +0000 Subject: [PATCH] revert curl DIGITALOCEAN_DOMAIN --- dyndns.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndns.bash b/dyndns.bash index 6e51881..ebb6ab8 100755 --- a/dyndns.bash +++ b/dyndns.bash @@ -19,7 +19,7 @@ IP="" if [ "$#" == "1" ]; then IP=$1 else - IP=`curl -4 $DIGITALOCEAN_DOMAIN 2> /dev/null` + IP=`curl -4 icanhazip.com 2> /dev/null` fi # If $IP does not look like a valid address then complain and exit.