Answers for "windows command to see public ip"

5

cmd public ip

## you can google "what is my ip" or execute the following command:
nslookup myip.opendns.com. resolver1.opendns.com
Posted by: Guest on February-19-2021
1

get public ip

dig +short myip.opendns.com @resolver1.opendns.com
Posted by: Guest on April-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language