maxmind / libmaxminddb

C library for the MaxMind DB file format
https://maxmind.github.io/libmaxminddb/
Apache License 2.0
912 stars 239 forks source link

Does libmaxminddb require geoip liabrary #317

Closed adeshmrane closed 1 year ago

adeshmrane commented 1 year ago

Does libmaxminddb require geoip liabrary when we are compiling with nginx modsecurity

oschwald commented 1 year ago

If you are referring to libGeoIP, no, it does not. That library was used to read from the legacy dat database format. libmaxminddb is used for reading from the newer mmdb format.