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

[Feature Request] Add IPinfo IP to Country dataset for the fireHOL location map #295

Open
abdullahdevrel opened this issue Mar 25, 2024 · 0 comments

Comments

@abdullahdevrel
Copy link

I would like to request the addition of the free IP to Country dataset in the Firehol project. The dataset is available for free and requires a free IPinfo access token to download. After you have signed up, you can use the CSV file download URL.

https://ipinfo.io/data/free/country.csv.gz?token=$TOKEN -o country.csv.gz

The database schema and documentation: https://ipinfo.io/developers/ip-to-country-database

Schema:

Field Name Example Data Type Notes
start_ip 38.80.229.1 TEXT Starting IP address of an IP address range
end_ip 38.80.229.255 TEXT Ending IP address of an IP address range
join_key 38.80.0.0 TEXT Special variable to facilitate IP join operation
size 255 INTEGER Size of the IP range
domain digitalpath.net TEXT Associated rDNS domain

Features of the IP to Country database:

  • Provides full accuracy with daily updates and no IP range aggregation. The accuracy of IP data is provided on a - granular level.
  • The database structure is flat, tabular and consistent.
  • Released under a commercially permissible CC-BY-SA 4.0 license.

IPinfo also has a free IP to Country ASN database: https://ipinfo.io/developers/ip-to-country-asn-database

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

1 participant