DIG command to list DNS domain info in full

I need to do this rarely so I find I have to read man pages on Linux or search the net each time I need to do get list of all domain records. So you can use DIG on say Linux as follows:

dig +nocmd yourdomain.com any +multiline +noall +answer

Or you can try this web site in case you don’t have access to DIG command:

http://ftp.menandmice.com/

Cheers!

Q

Print Friendly, PDF & Email