Command | Response |
---|---|
wget -qO - ifconfig.icu |
ip address: 3.21.159.223 country: United States city: Columbus url: https://ifconfig.icu/3.21.159.223 |
wget -qO - ifconfig.icu/host
|
ifconfig.icu | wget -qO - ifconfig.icu/x-real-ip
|
3.21.159.223 | wget -qO - ifconfig.icu/x-forwarded-for
|
3.21.159.223 | wget -qO - ifconfig.icu/remote-host
|
3.21.159.223 | wget -qO - ifconfig.icu/connection
|
upgrade | wget -qO - ifconfig.icu/x-forwarded-proto
|
https | wget -qO - ifconfig.icu/accept
|
*/* | wget -qO - ifconfig.icu/user-agent
|
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | wget -qO - ifconfig.icu/accept-encoding
|
gzip, br, zstd, deflate | wget -qO - ifconfig.icu/city
|
Columbus | wget -qO - ifconfig.icu/country
|
United States | wget -qO - ifconfig.icu/ip
|
3.21.159.223 |
wget -qO - ifconfig.icu/all.json |
{ "accept": "*/*", "accept-encoding": "gzip, br, zstd, deflate", "city": "Columbus", "connection": "upgrade", "country": "United States", "host": "ifconfig.icu", "ip": "3.21.159.223", "remote-host": "3.21.159.223", "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)", "x-forwarded-for": "3.21.159.223", "x-forwarded-proto": "https", "x-real-ip": "3.21.159.223" } |