Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organisation info ? #3

Closed
crazy-max opened this issue May 2, 2017 · 2 comments
Closed

Organisation info ? #3

crazy-max opened this issue May 2, 2017 · 2 comments

Comments

@crazy-max
Copy link

Hi,

It would be nice if you can provide the organisation like ipinfo does :

http://ipinfo.io/8.8.8.8/json

{
  "ip": "8.8.8.8",
  "hostname": "google-public-dns-a.google.com",
  "city": "Mountain View",
  "region": "California",
  "country": "US",
  "loc": "37.3860,-122.0840",
  "org": "AS15169 Google Inc.",
  "postal": "94035",
  "phone": "650"
}
@thehowl
Copy link
Owner

thehowl commented May 5, 2017

While I do understand that this feature would be quite useful, unfortunately this would require getting the info from an external data source, as it is not provided with the GeoLite database. The goal of the project is to be able to use little resources, to be fast, and not to have "exotic" features, so I'm afraid that I won't be working on this. If someone is able to work out how to implement it with a maximum of a 10% increase in response times (on an HDD) I am willing to include it in the project through a pull request.

@crazy-max
Copy link
Author

Ok no problem i understand, thanks for your answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants