DISQUS

Tech-Recipes: Hide your BIND version | Linux security | Tech-Recipes

  • OliNether · 5 years ago
    Just wanted to correct a little TYPO :

    to really check the version of bind remotely the command is :

    $ nslookup -q=txt -class=CHAOS version.bind dns.server.tld
  • OliNether · 5 years ago
    BTW, since nslookup is deprecated, you can & should of course do the same with dig :

    $ dig @dns.server.tld -c CH -t txt version.bind