Created
January 31, 2014 22:25
-
-
Save jbonney/8744511 to your computer and use it in GitHub Desktop.
Finding external IP using external services (http://askubuntu.com/questions/145012/how-can-i-find-my-public-ip-using-the-terminal)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -qO- http://ipecho.net/plain ; echo | |
curl ipecho.net/plain ; echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment