Your Connection

IP Address 3.138.33.178
Remote Host ec2-3-138-33-178.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 60602
Language
Referer https://github.com
Contact mailto:devops@kubectl.net
Method GET
Encoding
MIME Type */*
Charset utf-8
Via https://nginx.co
X-Forwarded-For 3.138.33.178

Command Line Interface

$ curl nginx.co 3.138.33.178
$ curl nginx.co/ip 3.138.33.178
$ curl nginx.co/geo ip_addr: 3.138.33.178
QQWry: 美国 Amazon EC2服务器
Geoip2: 美国 哥伦布
IPIP.net: 美国 美国
IP2Region: 美国|俄亥俄|哥伦布|亚马逊
$ curl nginx.co/all.xml <info>
    <charset>utf-8</charset>
    <connection>close</connection>
    <encoding></encoding>
    <forwarded>3.138.33.178</forwarded>
    <ip_addr>3.138.33.178</ip_addr>
    <keep_alive></keep_alive>
    <lang></lang>
    <mime>*/*</mime>
    <port>60602</port>
    <remote_host>ec2-3-138-33-178.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.138.33.178",
    "lang":"",
    "remote_host":"ec2-3-138-33-178.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":"60602",
    "via":"https://nginx.co","
    forwarded":"3.138.33.178",
    "mime":"*/*",
    "keep_alive":"",
    "encoding":""
}