I downloaded from github and installed ipinfo_3.3.1_linux_amd64.deb on Debian 12 bookworm.
I created an account with “IPinfo lite” subscription and also a token.
But when I upload this file to /tools/map I get a useful result with 9 IPs worldwide, 8 from AT and one from US.
In the first attempt I thought only the first line will be taken.
But independent how this file is sorted I get only this single IP listed.
Is this a license limitation that I get only one result ?
Any feedback is welcome.
The IPinfo Lite API supports unlimited requests (trillions/billions), so do not worry about usage. It is not related to licensing. The bulk API endpoint supports 1,000 IPs/requests at a time. If you need more enrichment, use it asynchronously.
Please let me know if you have any questions. Thank you.
many thanks for your swift and very useful feedback. Your recommended method works for me.
Is this local installed version of ipinfo program also limited with 1000 IP’s per bulk request ?
The CLI actually natively supports making asynchronous requests to the bulk API when the lookup IP addresses are more than 1,000. So, you can make any number of requests, it will actually break them down to batches of 1,000 requests each and make those requests asyncronously to the bulk API.