Get a domain name from an IP
You can get an IP address from a domain name, by using ping
.
If you want to do that in reverse and get a domain name from an IP address check a PTR record.
Linux
dig -x <ip> +short
Windows
nslookup -type=ptr <ip> | findstr name
Written by James Barnett
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#