Skip to content

Instantly share code, notes, and snippets.

@kdimatteo
Created August 13, 2014 19:05
Show Gist options
  • Save kdimatteo/583927025c9197ace2fe to your computer and use it in GitHub Desktop.
Save kdimatteo/583927025c9197ace2fe to your computer and use it in GitHub Desktop.
whats my ip address
curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment