IP Address | 18.97.9.172 | |
QQWry | 美国 麻省理工学院 | |
Geoip2 | 美国 | |
IPIP.net | 美国 美国 | |
IP2Region | 美国|马萨诸塞|亚马逊 | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 33246 | |
Language | en-US,en;q=0.5 | |
Referer | https://github.com | |
Contact | mailto:tech@kubectl.net | |
Method | GET | |
Encoding | br,gzip | |
Charset | utf-8 | |
Via | https://nginx.co | |
X-Forwarded-For | 18.97.9.172 |
$ curl nginx.co | ⇒ | 18.97.9.172 |
$ curl nginx.co/ip | ⇒ | 18.97.9.172 |
$ curl nginx.co/geo | ⇒ |
ip_addr: 18.97.9.172 QQWry: 美国 麻省理工学院 Geoip2: 美国 IPIP.net: 美国 美国 IP2Region: 美国|马萨诸塞|亚马逊 |
$ curl nginx.co/xml | ⇒ | <ifconfig> <Email>tech@kubectl.net</Email> <QQWry>美国 麻省理工学院</QQWry> <Geoip2>美国</Geoip2> <IPIP>美国 美国</IPIP> <IP2Region>美国|马萨诸塞|亚马逊</IP2Region> <UserAgent>CCBot/2.0 (https://commoncrawl.org/faq/)</UserAgent> <Host>18-97-9-172.crawl.commoncrawl.org. </Host> <IP>18.97.9.172</IP> <Port>33246</Port> <Method>GET</Method> <Encoding>br,gzip</Encoding> <Mime>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</Mime> <Connection>close</Connection> <Via>https://nginx.co</Via> <Charset>utf-8</Charset> <KeepAlive></KeepAlive> <Forwarded>18.97.9.172</Forwarded> <Lang>en-US,en;q=0.5</Lang> <Referer>https://github.com</Referer> </ifconfig> |
$ curl nginx.co/json | ⇒ | { "Email": "tech@kubectl.net", "QQWry": "美国 麻省理工学院", "Geoip2": "美国", "IPIP": "美国 美国", "IP2Region": "美国|马萨诸塞|亚马逊", "UserAgent": "CCBot/2.0 (https://commoncrawl.org/faq/)", "Host": "18-97-9-172.crawl.commoncrawl.org. ", "IP": "18.97.9.172", "Port": "33246", "Method": "GET", "Encoding": "br,gzip", "Mime": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Connection": "close", "Via": "https://nginx.co", "Charset": "utf-8", "KeepAlive": "", "Forwarded": "18.97.9.172", "Lang": "en-US,en;q=0.5", "Referer": "https://github.com" } |