[Cialug] Query DNS server data

Jonathan A. Kollasch jakllsch at kollasch.net
Tue Jul 16 01:42:59 UTC 2019


On Mon, Jul 15, 2019 at 04:47:53PM -0500, Scott Yates wrote:
> I am not certain you can get that kind of info externally.
> 
> nslookup or dig maybe?

There's no single/reliable way to determine the implementer and/or
version of the DNS server by querying it via DNS.  Best way would be to
track down the machine by IP address, find its owner, and ask them.

Not sure it's still enabled by default, but BIND can be queried like so:

`dig +norecurse @$BIND_NAMED_SERVER CH TXT version.bind.`

Other implementations may have their own methods, if at all.

	Jonathan Kollasch


More information about the Cialug mailing list