Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created February 27, 2013 22:24
Show Gist options
  • Save mrpatrick/5052401 to your computer and use it in GitHub Desktop.
Save mrpatrick/5052401 to your computer and use it in GitHub Desktop.
# dig all records (except CNAMES)
dig +nocmd yourdomain.com any +multiline +noall +answer
# dig A records for www and @
dig a www.domainname.com
dig a domainname.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment