IP Address | 216.73.216.35 | |
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 | 32866 | |
Language | ||
Referer | https://github.com | |
Contact | mailto:dev@kubectl.org | |
Method | GET | |
Encoding | gzip, br, zstd, deflate | |
Charset | utf-8 | |
Via | https://kubectl.net | |
X-Forwarded-For | 216.73.216.35 |
$ curl kubectl.net | ⇒ | 216.73.216.35 |
$ curl kubectl.net/ip | ⇒ | 216.73.216.35 |
$ curl kubectl.net/geo | ⇒ |
ip_addr: 216.73.216.35 QQWry: 美国 Geoip2: 美国 哥伦布 IPIP.net: 美国 美国 IP2Region: 美国|加利福尼亚|EarthLink |
$ curl kubectl.net/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.35</IP> <Port>32866</Port> <Method>GET</Method> <Encoding>gzip, br, zstd, deflate</Encoding> <Mime>*/*</Mime> <Connection>close</Connection> <Via>https://kubectl.net</Via> <Charset>utf-8</Charset> <KeepAlive></KeepAlive> <Forwarded>216.73.216.35</Forwarded> <Lang></Lang> <Referer>https://github.com</Referer> </ifconfig> |
$ curl kubectl.net/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.35", "Port": "32866", "Method": "GET", "Encoding": "gzip, br, zstd, deflate", "Mime": "*/*", "Connection": "close", "Via": "https://kubectl.net", "Charset": "utf-8", "KeepAlive": "", "Forwarded": "216.73.216.35", "Lang": "", "Referer": "https://github.com" } |