Skip to content

Instantly share code, notes, and snippets.

@josecaos
Last active September 10, 2018 19:47
Show Gist options
  • Select an option

  • Save josecaos/4718bf83a91b4f13e25d061b1676365f to your computer and use it in GitHub Desktop.

Select an option

Save josecaos/4718bf83a91b4f13e25d061b1676365f to your computer and use it in GitHub Desktop.
Public IP from terminal
// Only IP
dig +short myip.opendns.com @resolver1.opendns.com
// Or everything:
dig myip.opendns.com @resolver1.opendns.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment