Created
July 11, 2018 09:05
-
-
Save ThinkZ/b5b6c3035985884db69b6f89fead83b4 to your computer and use it in GitHub Desktop.
linux public ip check
This file contains 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 -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