3 ways to get the website 's ip address
We can use ping, nslookup and dig to get a website's IP:
$ ping google.com
PING google.com((2607:f8b0:4006:819::200e)) 56 data bytes
$ nslookup google.com
Non-authoritative answer:
Name: google.com
Address: 172.217.12.174
Name: google.com
Addres...
learnlinux.hashnode.dev1 min read