How to check a remote servers DNS version
To check a remote servers DNS version simply run the following command from Linux: $ nslookup -q=txt -class=CHAOS version.bind. 0 www.server-you-want-to-check.com or on Windows: $ nslookup -q=txt -class=CHAOS version.bind www.server-you-want-to-check.com...