We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am requesting to add support for IPinfo's IP to Country database to the project. The database has the following features:
start_ip
end_ip
country
country_name
continent
continent_name
Documentation: https://ipinfo.io/developers/ip-to-country-database
The database can be downloaded simply by accessing the storage URI with an access token.
curl -L https://ipinfo.io/data/free/country.mmdb?token=<YOUR_TOKEN> -o country.mmdb
Let me know what you think. Thanks!
The text was updated successfully, but these errors were encountered:
Is that db schema compatible with the geoip2 library? If so, we could just add a note in the README
Sorry, something went wrong.
The DB schema is not compatible with MM's, unfortunately.
The mmdb reader library can read our MMDB database, but we have a different database schema.
https://community.ipinfo.io/t/migrating-from-maxmind-geolite2-country-to-ipinfo-country-mmdb-edition/56
No branches or pull requests
I am requesting to add support for IPinfo's IP to Country database to the project. The database has the following features:
Database schema
start_ip
end_ip
country
country_name
continent
continent_name
Documentation: https://ipinfo.io/developers/ip-to-country-database
The database can be downloaded simply by accessing the storage URI with an access token.
Let me know what you think. Thanks!
The text was updated successfully, but these errors were encountered: