is possibles query a name server and have the list of domains for which he is authoritative?

link|improve this question
2  
sounds like a serious security issue, so I hope there isn't... :) – roe Jun 28 '10 at 8:41
Hi Roe, an idea on how to do this without a DNS query? – Marco Rossi Jun 28 '10 at 10:16
feedback

migrated from stackoverflow.com Jun 28 '10 at 14:25

This question came from our site for professional and enthusiast programmers.

1 Answer

No, there's no way to do this within the DNS protocols.

Some sites (of varying repute) have built up their own databases where they've simply trawled the net and recorded which domains are known to be on which name servers.

However by definition such a database can never be complete, because when a new domain is created they have to somehow get wind of its existence before it can be queried.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown