Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created August 13, 2022 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehenderson/b2420fc2971da597491fd047d388493a to your computer and use it in GitHub Desktop.
Save stevehenderson/b2420fc2971da597491fd047d388493a to your computer and use it in GitHub Desktop.
Find IP with curl
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