Skip to content

Instantly share code, notes, and snippets.

@pjendrusik
Created March 20, 2015 14:41
Show Gist options
  • Save pjendrusik/054c229df30f69121813 to your computer and use it in GitHub Desktop.
Save pjendrusik/054c229df30f69121813 to your computer and use it in GitHub Desktop.
Command for determining my public IP?
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