From cc209f6e4711e1fde8c5f8767e5723df24c7984b Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Wed, 8 Jul 2015 10:29:53 +0200 Subject: [PATCH] New IP resolver --- update_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ip.sh b/update_ip.sh index bcdc558..be3ea54 100755 --- a/update_ip.sh +++ b/update_ip.sh @@ -6,7 +6,7 @@ zone=dyn.example.com host=desktop secret="" -ip=$(wget -q -O - http://alma.ch/myip.cgi) +ip=$(wget -q -O - http://treehouse.org.za/ip) if [ -z ${ip} ] || [ -z ${cache} ]; then exit;