Created
August 13, 2022 01:48
-
-
Save stevehenderson/b2420fc2971da597491fd047d388493a to your computer and use it in GitHub Desktop.
Find IP with curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl ipinfo.io/ip | |
curl api.ipify.org | |
curl checkip.dyndns.org | |
dig +short myip.opendns.com @resolver1.opendns.com | |
host myip.opendns.com resolver1.opendns.com | |
curl ident.me | |
curl bot.whatismyipaddress.com | |
curl ipecho.net/plain | |
curl ifconfig.me | |
curl -4/-6 icanhazip.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment