Created
September 5, 2016 15:22
-
-
Save adrianalonso/4ad5d87a3f056993c2eed29d2ed97b9b to your computer and use it in GitHub Desktop.
Command for determining my public IP
This file contains 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
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//' | |
wget http://ipinfo.io/ip -qO - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment