Your Connection

IP Address 3.145.180.18
Remote Host ec2-3-145-180-18.us-east-2.compute.amazonaws.com.
QQWry 美国 Amazon EC2服务器
Geoip2 美国 哥伦布
IPIP.net 美国 美国
IP2Region 美国|亚马逊
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Port 39138
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 3.145.180.18

Command Line Interface

$ curl nginx.co 3.145.180.18
$ curl nginx.co/ip 3.145.180.18
$ curl nginx.co/geo ip_addr: 3.145.180.18
QQWry: 美国 Amazon EC2服务器
Geoip2: 美国 哥伦布
IPIP.net: 美国 美国
IP2Region: 美国|亚马逊
$ curl nginx.co/all.xml <info>
    <charset>utf-8</charset>
    <connection>close</connection>
    <encoding>gzip, br, zstd, deflate</encoding>
    <forwarded>3.145.180.18</forwarded>
    <ip_addr>3.145.180.18</ip_addr>
    <keep_alive></keep_alive>
    <lang></lang>
    <mime>*/*</mime>
    <port>39138</port>
    <remote_host>ec2-3-145-180-18.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":"3.145.180.18",
    "lang":"",
    "remote_host":"ec2-3-145-180-18.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":"39138",
    "via":"https://nginx.co","
    forwarded":"3.145.180.18",
    "mime":"*/*",
    "keep_alive":"",
    "encoding":"gzip, br, zstd, deflate"
}