curl ifconfig.me
curl ip.bsd-unix.net
curl icanhazip.com
curl ipinfo.io/ip
wget -qO- ipinfo.io/ip
lynx -source ipinfo.io/ip
wget -O – -q icanhazip.com
curl -s http://whatismyip.akamai.com/
curl -s https://4.ifcfg.me/
nc 4.ifcfg.me 23 | grep IPv4 | cut -d’ ‘ -f4
telnet 4.ifcfg.me 2>&1 | grep IPv4 | cut -d’ ‘ -f4
echo close | ftp 4.ifcfg.me | awk ‘{print $4; exit}’
下面是个测试各种方法的速度脚本,最后有排名:
wget https://moneyslow.com/bin/externalip-benchmark
chmod a+x externalip-benchmark
./externalip-benchmark
测试结果:
其他文章:
1、Windows 浏览器常用方式访问
1、http://www.ip138.com/
2、http://tool.chinaz.com/
3、在百度搜索框内输入 ip 会自动识别出来当前的出口IP
2、Linux 命令行接口获取方式
1、https://ipinfo.io/
[root@test ~]# curl ipinfo.io
{
“ip”: “xxx.18.xx.1xx”,
“city”: “”,
“region”: “Guangdong”,
“country”: “CN”,
“loc”: “2xx.xx,1xx.xx0”,
“org”: “AS134774 CHINANET Guangdong province Shenzhen MAN network”
}
2、https://ip.cn/
1
2 [root@test ~]# curl ip.cn
当前 IP:xx.18.96.1xx 来自:广东省深圳市 电信
3、http://www.cip.cc/
[root@test ~]# curl cip.cc
IP : xxx.18.xx.1×4
地址 : 中国 广东 深圳
运营商 : 电信
数据二 : 广东省深圳市 | 电信
数据三 : 中国广东省深圳市 | 电信
URL : http://www.cip.cc/xx8.18.xx.1xx
4、http://myip.ipip.net/
[root@test ~]# curl myip.ipip.net
当前 IP:xx.18.xx.x4x 来自于:中国 广东 深圳 电信
5、http://ifconfig.me/
[root@test ~]# curl ifconfig.me
2xx.18.xx.x4
6、http://members.3322.org/dyndns/getip
[root@test ~]# curl members.3322.org/dyndns/getip
xx.18.xx.x4