May
22
2023
curl获取出口IP的几个方法
整理了几个用CURL命令获取出口IP的方法,无论是Java、PHP、Node.js等都可以通过执行以下的命令来获取,比较方便:
curl dhcp.cn curl ipinfo.io curl ip.cn curl cip.cc curl myip.ipip.net curl ifconfig.me curl members.3322.org/dyndns/getip
curl https://api.ip138.com/ip/?datatype=jsonp&token=dee4fe908dacfe0963ac0997853200d8 curl https://2023.ip138.com/ #使用icanhazip.com
curl ipinfo.io
#使用ifconfig.me: curl ifconfig.me #使用icanhazip.com: curl icanhazip.com #使用ipinfo.io: curl ipinfo.io/ip #使用ident.me: curl ident.me #使用ipecho.net: curl ipecho.net/plain curl ipecho.net/json curl https://api.ipify.org?format=json
上面几个命令获取的信息不同,可以逐步测试看哪个适合当前项目。
最活跃的读者