From 14aa8191df1a3ac26ca6393e166e05e4aeca7565 Mon Sep 17 00:00:00 2001 From: Viktor Gustavsson Date: Mon, 7 Dec 2020 14:03:34 +0100 Subject: [PATCH] Replace ipinfo.io with ifconfig.me --- dyndns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndns.sh b/dyndns.sh index 2cac53f..6e00e66 100755 --- a/dyndns.sh +++ b/dyndns.sh @@ -20,7 +20,7 @@ while ( true ); do -H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \ $dns_list"?per_page=200") - ip="$(curl -s ipinfo.io/ip)" + ip="$(curl -s ifconfig.me)" if [[ -n $ip ]]; then for sub in ${NAME//;/ }; do