I have found bug in .pro domains - incorrect non-auth SOA answer.
Look:
For example .INFO(correct) (also ORG BIZ NAME MOBI and other.)
http://freedns.afraid.org/domain/dnstrace.php?domain=google.info&submit=Trace
and this
.PRO (incorrect)
http://freedns.afraid.org/domain/dnstrace.php?domain=google.pro&submit=Trace
Look dig results for Non-auth answer:
; <<>> DiG 9.3.3 <<>> google.pro SOA @ns1.cisco.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15761
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;google.pro. IN SOA
;; AUTHORITY SECTION:
pro. 10797 IN SOA a.gtld.pro. hostmaster.registrypro.pro. 2010101106 28800 7200 604800 300
;; Query time: 206 msec
;; SERVER: 128.107.241.185#53(128.107.241.185)
;; WHEN: Mon Oct 11 11:27:38 2010
;; MSG SIZE rcvd: 94
Two questions to registry.pro:
1. Why AUTHORITY SECTION is wrong?
2. Where's ANSWER SECTION?
Even dotSO worked correct.
What you're think about it?
|