maxmind / mod_maxminddb

MaxMind DB Apache Module
https://maxmind.github.io/mod_maxminddb/
Apache License 2.0
126 stars 28 forks source link

MaxMindDBEnv format for all map keys #71

Closed marcstern closed 5 years ago

marcstern commented 6 years ago

Can we have the exhaustive list of all keys available in commercial DBs, like anonymous IPs? Thanks

horgh commented 5 years ago

Unfortunately we don't currently, though I agree it'd be useful.

One way you can look at what possible keys there are is using mmdblookup from libmaxminddb to look up IPs. This won't be exhaustive, but it can be helpful in exploring the databases. Another way is to look at what our libraries that interact with the databases do. e.g., https://github.com/maxmind/GeoIP2-php/blob/master/src/Model/AnonymousIp.php

oschwald commented 5 years ago

Closing as this is not specific to this API. I would suggest raising this with support.