Skip to content

Instantly share code, notes, and snippets.

@ThinkZ
Created July 11, 2018 09:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThinkZ/b5b6c3035985884db69b6f89fead83b4 to your computer and use it in GitHub Desktop.
Save ThinkZ/b5b6c3035985884db69b6f89fead83b4 to your computer and use it in GitHub Desktop.
linux public ip check
wget -q -O - http://checkip.dyndns.org
wget -q -O - http://icanhazip.com
wget -q -O - http://ifconfig.io/ip
wget -q -O - http://ip.appspot.com
wget -q -O - http://ipecho.net/plain
wget -q -O - http://ipinfo.io/ip
wget -q -O - http://myip.ipip.net
wget -q -O - http://www.trackip.net/ip
wget -q -O - http://curlmyip.com
wget -q -O - http://ifconfig.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment