Created service to update geolite2 database file

This commit is contained in:
Alejandro Celaya
2018-11-11 21:08:23 +01:00
parent 06db082e3f
commit 3d7cf6992e
8 changed files with 302 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ return [
'geolite2' => [
'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
'temp_dir' => sys_get_temp_dir(),
'download_from' => 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz',
],
];