Ip Address With Dig
Find IP Address with Dig
You can find the IP address of any server with dig
.
Use dig $address +short
to find out its ip address.
For example, dig www.google.com +short
returns 172.217.7.174
.
May 12, 20231 min read
Ip Address With Dig
You can find the IP address of any server with dig
.
Use dig $address +short
to find out its ip address.
For example, dig www.google.com +short
returns 172.217.7.174
.