IP Address | 18.97.9.173 | |
QQWry | 美国 麻省理工学院 | |
Geoip2 | 美国 阿什本 | |
IPIP.net | 美国 美国 | |
IP2Region | 美国|马萨诸塞|亚马逊 | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 40328 | |
Language | en-US,en;q=0.5 | |
Referer | https://github.com | |
Contact | mailto:dev@kubectl.org | |
Method | GET | |
Encoding | br,gzip | |
Charset | utf-8 | |
Via | https://nginx.co | |
X-Forwarded-For | 18.97.9.173 |
$ curl nginx.co | ⇒ | 18.97.9.173 |
$ curl nginx.co/ip | ⇒ | 18.97.9.173 |
$ curl nginx.co/geo | ⇒ |
ip_addr: 18.97.9.173 QQWry: 美国 麻省理工学院 Geoip2: 美国 阿什本 IPIP.net: 美国 美国 IP2Region: 美国|马萨诸塞|亚马逊 |
$ curl nginx.co/xml | ⇒ | <ifconfig> <Email>dev@kubectl.org</Email> <QQWry>美国 麻省理工学院</QQWry> <Geoip2>美国 阿什本</Geoip2> <IPIP>美国 美国</IPIP> <IP2Region>美国|马萨诸塞|亚马逊</IP2Region> <UserAgent>CCBot/2.0 (https://commoncrawl.org/faq/)</UserAgent> <Host>18-97-9-173.crawl.commoncrawl.org. </Host> <IP>18.97.9.173</IP> <Port>40328</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.173</Forwarded> <Lang>en-US,en;q=0.5</Lang> <Referer>https://github.com</Referer> </ifconfig> |
$ curl nginx.co/json | ⇒ | { "Email": "dev@kubectl.org", "QQWry": "美国 麻省理工学院", "Geoip2": "美国 阿什本", "IPIP": "美国 美国", "IP2Region": "美国|马萨诸塞|亚马逊", "UserAgent": "CCBot/2.0 (https://commoncrawl.org/faq/)", "Host": "18-97-9-173.crawl.commoncrawl.org. ", "IP": "18.97.9.173", "Port": "40328", "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.173", "Lang": "en-US,en;q=0.5", "Referer": "https://github.com" } |