Created
March 4, 2019 15:11
-
-
Save alexrqs/b008e083765d52d99ac5385c1aff4a10 to your computer and use it in GitHub Desktop.
Linux command to see the ip of a domain, no curl necessary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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