Tagged Questions
0
votes
2answers
103 views
Can I lookup NS and A at the same time using dig
Is it possible to lookup the A (ip address) and NS (nameservers) of a domain using a single dig command?
I can use dig google.com A +short or dig google.com NS +short but surely it's possible to do ...