Removed bundled db binary from MMDB target, MMDB now must be inited with a path to
the db binary
Moved bundled db to test target for only testing purpose. The binary
can be released since it was obtained under old license. But there is no
way to update it now.
I removed bundled outdated DB instead of just removing the update script.
IMHO, providing an outdated database basically enables some developers to never update the database, which would impact the final user experience. Instead, developers should not depend on MMDB to provide a solution but try to find a way to make sure the database is up to date.
Due to license change, https://dev.maxmind.com/geoip/geoip2/geolite2/ we are no longer able to download Geolite2 db without manual setting up.
MMDB
target,MMDB
now must be inited with a path to the db binaryI removed bundled outdated DB instead of just removing the update script.
IMHO, providing an outdated database basically enables some developers to never update the database, which would impact the final user experience. Instead, developers should not depend on MMDB to provide a solution but try to find a way to make sure the database is up to date.
Fixing #14