Linux系统获取公网IP地址

2021-06-29 10:19:27 浏览数 (1)

收集了几个查询公网IP的网址,可以通过curl命令方便的查看。

方法一:

代码语言:javascript复制
[root@localhost ~]# curl ifconfig.cc

方法二:

代码语言:javascript复制
[root@localhost ~]# curl ifconfig.me
方法三:
[root@localhost ~]# curl icanhazip.com
方法四:
[root@localhost ~]# curl cip.cc
方法五:
[root@localhost ~]# curl members.3322.org/dyndns/getip
方法六:
[root@localhost ~]# curl ipinfo.io
方法七:
[root@localhost ~]# curl myip.ipip.net
方法八:
[root@localhost ~]# curl httpbin.org/ip
方法九:
[root@localhost ~]# curl ip.sb
方法十:
[root@localhost ~]# curl whatismyip.akamai.com
方法十一:
[root@localhost ~]# curl -s ifcfg.cn/echo | python -m json.tool

0 人点赞