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
We downloaded v4 and v6 addresses with ISP, AS level information and are looking for input on how we could extend the current code to return this. I believe there are two formats available CIDR or the range format. Any guidance would be appreciated!
I would suggest using the same binary format that we currently use for country and city files. You'll need to write a converter to convert from MaxMind's csv format to our internal binary format. You'll also need to add a section to the code that parses these files and reads them into memory. The rest should be easy.
We downloaded v4 and v6 addresses with ISP, AS level information and are looking for input on how we could extend the current code to return this. I believe there are two formats available CIDR or the range format. Any guidance would be appreciated!
cc: @sli-cs
Thank you Philip for writing this utility/module, we started experimenting with it a few weeks ago and it has saved us a lot of time.
The text was updated successfully, but these errors were encountered: