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;