You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@abdullahdevrel - you're welcome to open a Pull Request with support for this geo-lookup system. The core team would be happy to review your code, but we're very unlikely to actually build this feature until a major publisher demands it.
Hey @bretg thanks for the review. I think it would be challenging to do a PR at this moment. If you switch our IP database, you have an alternative with our database as it is more accurate and updated daily.
Out of curiosity, does it support IPv6?
Of course. The IPv6 and IPv4 addresses are contained within this single database.
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
Samples are available here: https://github.com/ipinfo/sample-database/tree/main/IP%20to%20Country
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: