diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-13 19:35:49 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-13 19:35:49 +0000 |
| commit | 5fd6d6996ec9f970b4c4c12cf8bcdb3064e83565 (patch) | |
| tree | c9f1c90d4bbece75e77c73b698e8733ac75c8537 /dyndns.bash | |
| parent | 472b2ea2c859dc13a3872afb257cdcc56868d34d (diff) | |
revert curl DIGITALOCEAN_DOMAIN
Diffstat (limited to 'dyndns.bash')
| -rwxr-xr-x | dyndns.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
