Dave’s Brain
Home
Search
Browse
Recent
Keywords
Other sites
Feedback
Sign in
Random
Crawlers
Computer Tips
- Linux: How to get all DNS records with the dig command?
Date:
2015oct19
OS:
Linux
Q.
Linux: How to get all DNS records with the dig command?
A.
dig example.com ANY
Or
dig -t ANY example.com
This should be the default, in my opinion