New IP resolver
This commit is contained in:
parent
0bd594e311
commit
cc209f6e47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user