Last active
November 11, 2017 10:17
-
-
Save justdoit0823/1d35e9b7ddb0dcae4716e5a675451104 to your computer and use it in GitHub Desktop.
Show your host's external ip address.
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
# In China | |
curl "http://ip.cn/" | |
# overseas | |
curl "https://ipinfo.io/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment