44 04 01 * * /tmp/root.hints ; wget -q -T 5 -O /tmp/root.hints http://www.internic.net/domain/named.cache 2>/dev/null ; if [ $? -eq 0 -a -n "$(grep -E 'A\.ROOT-SERVERS\.NET\..*A.*[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' /tmp/root.hints)" ] ; then mv /tmp/root.hints /tmp/flash/unbound/ ; /etc/init.d/rc.unbound restart > /dev/null ; else rm -f /tmp/root.hints ; fi