Your Connection

IP Address 216.73.216.81
QQWry 美国
Geoip2 美国 哥伦布
IPIP.net 美国 美国
IP2Region 美国|加利福尼亚|EarthLink
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Port 51788
Language
Referer https://github.com
Contact mailto:dev@kubectl.org
Method GET
Encoding gzip, br, zstd, deflate
Charset utf-8
Via https://nginx.co
X-Forwarded-For 216.73.216.81

Command Line Interface

$ curl nginx.co 216.73.216.81
$ curl nginx.co/ip 216.73.216.81
$ curl nginx.co/geo ip_addr: 216.73.216.81
QQWry: 美国
Geoip2: 美国 哥伦布
IPIP.net: 美国 美国
IP2Region: 美国|加利福尼亚|EarthLink
$ curl nginx.co/xml <ifconfig>
    <Email>dev@kubectl.org</Email>
    <QQWry>美国</QQWry>
    <Geoip2>美国 哥伦布</Geoip2>
    <IPIP>美国 美国</IPIP>
    <IP2Region>美国|加利福尼亚|EarthLink</IP2Region>
    <UserAgent>Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)</UserAgent>
    <Host></Host>
    <IP>216.73.216.81</IP>
    <Port>51788</Port>
    <Method>GET</Method>
    <Encoding>gzip, br, zstd, deflate</Encoding>
    <Mime>*/*</Mime>
    <Connection>close</Connection>
    <Via>https://nginx.co</Via>
    <Charset>utf-8</Charset>
    <KeepAlive></KeepAlive>
    <Forwarded>216.73.216.81</Forwarded>
    <Lang></Lang>
    <Referer>https://github.com</Referer>
</ifconfig>
$ curl nginx.co/json {
    "Email": "dev@kubectl.org",
    "QQWry": "美国",
    "Geoip2": "美国 哥伦布",
    "IPIP": "美国 美国",
    "IP2Region": "美国|加利福尼亚|EarthLink",
    "UserAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "Host": "",
    "IP": "216.73.216.81",
    "Port": "51788",
    "Method": "GET",
    "Encoding": "gzip, br, zstd, deflate",
    "Mime": "*/*",
    "Connection": "close",
    "Via": "https://nginx.co",
    "Charset": "utf-8",
    "KeepAlive": "",
    "Forwarded": "216.73.216.81",
    "Lang": "",
    "Referer": "https://github.com"
}