Your Connection

IP Address 18.117.232.108
Remote Host ec2-18-117-232-108.us-east-2.compute.amazonaws.com.
QQWry 美国 麻省理工学院
Geoip2 美国 哥伦布
IPIP.net 美国 美国
IP2Region 美国|马萨诸塞|亚马逊
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Port 55776
Language
Referer https://github.com
Contact mailto:tech@kubectl.net
Method GET
Encoding gzip, br, zstd, deflate
MIME Type */*
Charset utf-8
Via https://nginx.co
X-Forwarded-For 18.117.232.108

Command Line Interface

$ curl nginx.co 18.117.232.108
$ curl nginx.co/ip 18.117.232.108
$ curl nginx.co/geo ip_addr: 18.117.232.108
QQWry: 美国 麻省理工学院
Geoip2: 美国 哥伦布
IPIP.net: 美国 美国
IP2Region: 美国|马萨诸塞|亚马逊
$ curl nginx.co/all.xml <info>
    <charset>utf-8</charset>
    <connection>close</connection>
    <encoding>gzip, br, zstd, deflate</encoding>
    <forwarded>18.117.232.108</forwarded>
    <ip_addr>18.117.232.108</ip_addr>
    <keep_alive></keep_alive>
    <lang></lang>
    <mime>*/*</mime>
    <port>55776</port>
    <remote_host>ec2-18-117-232-108.us-east-2.compute.amazonaws.com. </remote_host>
    <user_agent>Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)</user_agent>
    <via>https://nginx.co</via>
</info>
$ curl nginx.co/all.json {
    "connection":"close",
    "ip_addr":"18.117.232.108",
    "lang":"",
    "remote_host":"ec2-18-117-232-108.us-east-2.compute.amazonaws.com. ",
    "user_agent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "charset":"utf-8",
    "port":"55776",
    "via":"https://nginx.co","
    forwarded":"18.117.232.108",
    "mime":"*/*",
    "keep_alive":"",
    "encoding":"gzip, br, zstd, deflate"
}