curl获取本机代理IP地址
$curl ip.sb
101.*.*.112
$curl ip.gs
101.*.*.112
curl获取IP地址+地区
$curl ipinfo.io
{
"ip": "101.*.*.112",
"city": "Kowloon",
"region": "Kowloon City",
"country": "HK",
"loc": "22.3167,114.1833",
"org": "AS132203 Tencent Building, Kejizhongyi Avenue",
"timezone": "Asia/Hong_Kong",
"readme": "https://ipinfo.io/missingauth"
}%
curl获取本机IP地址
$curl cip.cc
IP : 125.*.*.87
地址 : 中国 天津
运营商 : 联通
数据二 : 天津市 | 联通
数据三 :
URL : http://www.cip.cc/125.*.*.87
curl查询指定IP信息
$curl cip.cc/114.114.114.114
IP : 114.114.114.114
地址 : 114DNS.COM 114DNS.COM
数据二 : 江苏省南京市 | 南京信风网络科技有限公司GreatbitDNS服务器
数据三 : 中国江苏南京
URL : http://www.cip.cc/114.114.114.114
$curl cip.cc/127.0.0.1
IP : 127.0.0.1
地址 : 本机地址 本机地址
数据二 : 本机地址
数据三 : 内网IP | 内网IP
URL : http://www.cip.cc/127.0.0.1
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。