Geolocation fix
shishi6146 opened this issue · 0 comments
IP:98.142.254.171
Coordinates:50.8538,4.3728
City:aint-Josse-ten-Noode
Region:Brussels Capital
Country:BE
Country Code:56
IP:195.137.220.156
Coordinates:33.8444,-84.4741
City:Atlanta
Region:Georgia
Country:US
Country Code:1
ipinfo result :
curl -s "ipinfo.io/98.142.254.171?token=8555dc0d93e9c5"
{
"ip": "98.142.254.171",
"hostname": "tree.thefutureis.online",
"city": "Saint-Josse-ten-Noode",
"region": "Brussels Capital",
"country": "BE",
"loc": "50.8538,4.3728",
"org": "AS59711 HZ Hosting Ltd",
"postal": "1210",
"timezone": "Europe/Brussels"
}➜ ~
~ curl -s "ipinfo.io/195.137.220.156?token=8555dc0d93e9c5"
{
"ip": "195.137.220.156",
"city": "Atlanta",
"region": "Georgia",
"country": "US",
"loc": "33.8444,-84.4741",
"org": "AS136258 BrainStorm Network, Inc",
"postal": "30301",
"timezone": "America/New_York"
}