Created
December 12, 2017 10:06
-
-
Save bleft/a470b0e147cc9205da3222c364237bad to your computer and use it in GitHub Desktop.
check server IP from outside
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://checkip.dyndns.org | sed -e 's/^.*s: //' -e 's_</b.*$__' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment