Command | Response |
---|---|
wget -qO - ifconfig.icu |
ip address: 3.237.15.145 country: United States city: Ashburn url: https://ifconfig.icu/3.237.15.145 |
wget -qO - ifconfig.icu/host
|
ifconfig.icu | wget -qO - ifconfig.icu/x-real-ip
|
3.237.15.145 | wget -qO - ifconfig.icu/x-forwarded-for
|
3.237.15.145 | wget -qO - ifconfig.icu/remote-host
|
3.237.15.145 | wget -qO - ifconfig.icu/connection
|
upgrade | wget -qO - ifconfig.icu/x-forwarded-proto
|
http | wget -qO - ifconfig.icu/user-agent
|
CCBot/2.0 (https://commoncrawl.org/faq/) | wget -qO - ifconfig.icu/accept
|
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | wget -qO - ifconfig.icu/accept-language
|
en-US,en;q=0.5 | wget -qO - ifconfig.icu/if-modified-since
|
Thu, 19 Sep 2024 15:26:01 GMT | wget -qO - ifconfig.icu/accept-encoding
|
br,gzip | wget -qO - ifconfig.icu/city
|
Ashburn | wget -qO - ifconfig.icu/country
|
United States | wget -qO - ifconfig.icu/ip
|
3.237.15.145 |
wget -qO - ifconfig.icu/all.json |
{ "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "accept-encoding": "br,gzip", "accept-language": "en-US,en;q=0.5", "city": "Ashburn", "connection": "upgrade", "country": "United States", "host": "ifconfig.icu", "if-modified-since": "Thu, 19 Sep 2024 15:26:01 GMT", "ip": "3.237.15.145", "remote-host": "3.237.15.145", "user-agent": "CCBot/2.0 (https://commoncrawl.org/faq/)", "x-forwarded-for": "3.237.15.145", "x-forwarded-proto": "http", "x-real-ip": "3.237.15.145" } |