Skip to content

Instantly share code, notes, and snippets.

@bleft
Created December 12, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleft/a470b0e147cc9205da3222c364237bad to your computer and use it in GitHub Desktop.
Save bleft/a470b0e147cc9205da3222c364237bad to your computer and use it in GitHub Desktop.
check server IP from outside
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