Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Last active August 29, 2015 14:13
Show Gist options
  • Save edymerchk/0127a69edc6b9c054568 to your computer and use it in GitHub Desktop.
Save edymerchk/0127a69edc6b9c054568 to your computer and use it in GitHub Desktop.
Get External IP Address
#1. Using lynx
brew install lynx
lynx --dump http://ipecho.net/plain
#2. Using curl
curl http://ipecho.net/plain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment