Skip to content

Instantly share code, notes, and snippets.

@alexrqs
Created March 4, 2019 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexrqs/b008e083765d52d99ac5385c1aff4a10 to your computer and use it in GitHub Desktop.
Save alexrqs/b008e083765d52d99ac5385c1aff4a10 to your computer and use it in GitHub Desktop.
Linux command to see the ip of a domain, no curl necessary
dig +short google.com
host google.com
nslookup google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment