curl查詢出口IP

[root@Centos ~]# curl ipinfo.io(代理IP)
{
  "ip": "103.38.215.51",
  "city": "Makati City",
  "region": "Metro Manila",
  "country": "PH",
  "loc": "14.5503,121.0327",
  "org": "AS23930 IP-Converge Data Center, Inc.",
  "postal": "1214",
  "timezone": "Asia/Manila",
  "readme": "https://ipinfo.io/missingauth"

[root@Centos ~]# curl cip.cc(真實IP)
IP  : 114.110.1.38
地址  : 中國  北京市
數據二 : 北京市 | 廣東恆敦通信技術北京分公司
URL : http://www.cip.cc/114.110.1.38

[root@Centos ~]# curl myip.ipip.net(真實IP)
當前 IP:114.110.1.38  來自於:中國 北京 北京 聯通/電信

[root@Centos ~]# curl ifconfig.me(代理IP)
114.110.1.38

[root@Centos ~]# curl http://members.3322.org/dyndns/getip(真實IP)
114.110.1.38

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章