5

After wanting to check some DNS records, I realized that my current version (9.8.3-P1) of DiG, that shipped with Mac OS X (El Capitan 10.11.6), does not support the RR type I need.

So now I am looking to get an up-to-date version that I can run on my system. Now my question is, where can I get the current version of the tool? I know that on most Linux distros it's shipped with the dnsutils package, but I have no idea about Mac OS X. If necessary, I am willing to compile it myself, but I haven't found the source files yet.

comfreak
  • 1,034
  • 6
  • 18
  • 30
  • MacPorts has a dig-like tool called "drill", part of the "ldns" package: https://github.com/macports/macports-ports/blob/master/net/ldns/Portfile – jimtut Jan 18 '17 at 20:51

2 Answers2

13

as dig is a part of bind package just install bind then you will be able to use dig on mac:-

   brew install bind 
0

dig is part of the BIND software suite. You can get the latest from the ISC.

Edited: https://www.isc.org/downloads/bind/

jimtut
  • 1,608
  • 2
  • 11
  • 17