Last active
September 10, 2018 19:47
-
-
Save josecaos/4718bf83a91b4f13e25d061b1676365f to your computer and use it in GitHub Desktop.
Public IP from 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
| // Only IP | |
| dig +short myip.opendns.com @resolver1.opendns.com | |
| // Or everything: | |
| dig myip.opendns.com @resolver1.opendns.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment