treehouses / cli

cli 🦄 for raspberry pi images of type treehouses
https://www.npmjs.com/package/@treehouses/cli
GNU Affero General Public License v3.0
45 stars 20 forks source link

`treehouses internet reverse` no postal will be n/a #2074

Closed dogi closed 3 years ago

dogi commented 3 years ago
"ip": "80.110.104.105"
"city": "Vienna", "country": "AT", "postal": "1010"
"org": "AS6830 Liberty Global B.V."
"timezone": "Europe/Vienna"
"ip": "192.145.172.54"
"city": "Kismayo", "country": "SO"
"org": "AS37371 Hormuud Telecom Somalia INC"
"timezone": "Africa/Mogadishu"

should be

"ip": "192.145.172.54"
"city": "Kismayo", "country": "SO", "postal": "n/a"
"org": "AS37371 Hormuud Telecom Somalia INC"
"timezone": "Africa/Mogadishu"
dogi commented 3 years ago

example of without postal

{
  "ip": "192.145.172.63",
  "city": "Kismayo",
  "region": "Lower Juba",
  "country": "SO",
  "loc": "-0.82,2.54",
  "org": "AS37371 Hormuud Telecom Somalia INC",
  "timezone": "Africa/Mogadishu",
  "readme": "https://ipinfo.io/missingauth"
}