[bind10-dev] A little piece of history
Evan Hunt
each at isc.org
Sun Oct 3 03:14:45 UTC 2010
The following is the VERY FIRST DNS query successfully answered by the
BIND10 recursive daemon. (Okay, it only works as a forwarding server for
the moment; real recursion will be along later. But it counts!)
eh
355 /home/each%> dig +qr @127.0.0.1 -p 5300 nuthaven.org txt
; <<>> DiG 9.6.1-P2 <<>> +qr @127.0.0.1 -p 5300 nuthaven.org txt
; (1 server found)
;; global options: +cmd
;; Sending:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27797
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;nuthaven.org. IN TXT
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27797
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;nuthaven.org. IN TXT
;; ANSWER SECTION:
nuthaven.org. 3600 IN TXT "What hath God wrought?"
;; AUTHORITY SECTION:
nuthaven.org. 3600 IN NS sfba.sns-pb.isc.org.
nuthaven.org. 3600 IN NS ns.nuthaven.org.
;; ADDITIONAL SECTION:
ns.nuthaven.org. 3600 IN A 63.249.108.38
sfba.sns-pb.isc.org. 18141 IN A 149.20.64.3
sfba.sns-pb.isc.org. 18472 IN AAAA 2001:4f8:0:2::19
;; Query time: 5 msec
;; SERVER: 127.0.0.1#5300(127.0.0.1)
;; WHEN: Sat Oct 2 20:04:15 2010
;; MSG SIZE rcvd: 172
More information about the bind10-dev
mailing list