Skip to content

Instantly share code, notes, and snippets.

@hcutcu
Last active June 22, 2022 12:08
Show Gist options
  • Save hcutcu/a33444c1cfe614a51465161ef850f6f8 to your computer and use it in GitHub Desktop.
Save hcutcu/a33444c1cfe614a51465161ef850f6f8 to your computer and use it in GitHub Desktop.
nslookup - get the mapping between domain name and IP address
#install if nslookup command is not found
sudo yum install -y bind-utils
#get the mapping
nslookup test.hasancutcu.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment