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