Dig - replacement for nslookup
Dig is a better DNS query tool. It will soon replace nslookup altogether. Comes standard for Linux and Unix.
Dig is a better DNS query tool. It will soon replace nslookup altogether. Comes standard for Linux and Unix.
dig [@nameserver] domain record-type [+short]
dig gov.hackistan AAAA
dig gov.hackistan ANY
dig @ns1.google.com gov.hackistan
dig -x 314.42.13.37
[user@localhostDesktop]$ dig +short google.com A google.com AAAA 216.58.218.206 2607:f8b0:4000:802::200e
dig -h