zl程序教程

您现在的位置是:首页 >  系统

当前栏目

linux、windows 查询出口ip

LinuxWindowsIP 查询 出口
2023-06-13 09:17:14 时间

1. Linux服务器出口IP查询:

网址1:myip.ipip.net

# curl myip.ipip.net
当前 IP:116.31.96.24  来自于:中国 广东 佛山  电信

网址2:cip.cc

# curl cip.cc
IP      : 116.31.96.24
地址    : 中国  广东  佛山
运营商  : 电信

数据二  : 广东省广州市 | 电信

数据三  : 

URL     : http://www.cip.cc/116.31.96.24

网址3:ipinfo.io

# curl ipinfo.io
{
  "ip": "116.31.96.24",
  "city": "Hangzhou",
  "region": "Zhejiang",
  "country": "CN",
  "loc": "30.2936,120.1614",
  "org": "AS134764 CHINANET Guangdong province network",
  "timezone": "Asia/Shanghai",
  "readme": "https://ipinfo.io/missingauth"
}

网址4:ifconfig.me

# curl ifconfig.me
116.31.96.24

网址5:http://members.3322.org/dyndns/getip

# curl http://members.3322.org/dyndns/getip
116.31.96.24

2. Windows服务器出口IP查询:

Windows服务器查询出口ip很简单,直接打开浏览器,在百度输入“ip”直接搜索一下 即可。