51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Linux系统获取公网IP地址

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

方法一:文章源自小柒网-https://www.yangxingzhen.cn/6399.html

[root@localhost ~]# curl ifconfig.cc文章源自小柒网-https://www.yangxingzhen.cn/6399.html

方法二:文章源自小柒网-https://www.yangxingzhen.cn/6399.html

[root@localhost ~]# curl ifconfig.me文章源自小柒网-https://www.yangxingzhen.cn/6399.html

方法三:文章源自小柒网-https://www.yangxingzhen.cn/6399.html

[root@localhost ~]# curl icanhazip.com文章源自小柒网-https://www.yangxingzhen.cn/6399.html

方法四:文章源自小柒网-https://www.yangxingzhen.cn/6399.html

[root@localhost ~]# curl cip.cc文章源自小柒网-https://www.yangxingzhen.cn/6399.html

方法五:文章源自小柒网-https://www.yangxingzhen.cn/6399.html

[root@localhost ~]# curl members.3322.org/dyndns/getip文章源自小柒网-https://www.yangxingzhen.cn/6399.html

方法六:

[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

历史上的今天

3 月
26

赞(0)
未经允许不得转载:工具盒子 » Linux系统获取公网IP地址