[Tech] Update nameserver cache information

compact compact.compact@tiscali.it
Dom 20 Feb 2005 10:14:15 CET


Di solito una volta al mese con lo script qui sotto scarico 
l'aggiornamento dei server DNS di primo livello

#! /bin/sh
# Update nameserver cache information
DBTEMP=`tempfile`
MAILTO="hostmaster@localhost"
dig @E.ROOT-SERVERS.NET . ns > $DBTEMP 2>/dev/null
if [ $? -eq 0 ]; then
    cat $DBTEMP | mail -s "Update nameserver cache information" $MAILTO
fi
rm -f $DBTEMP


Questa volta mi e' arrivato questo mail generata dallo script, qualcuno 
mi illumina che cosa possa centrare il sito www.dnsstuff.com.

; <<>> DiG 9.2.1 <<>> @E.ROOT-SERVERS.NET . ns
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 15248
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.dnsstuff.com.		IN	A

;; Query time: 2562 msec
;; SERVER: 192.168.1.1#53(E.ROOT-SERVERS.NET)
;; WHEN: Sun Feb 20 09:07:01 2005
;; MSG SIZE  rcvd: 34




Maggiori informazioni sulla lista flug-tech