GeoIP: Add accidentially removed paths to database

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-01-13 12:28:10 +01:00
parent 5cf83d56fa
commit d499e86b16

View File

@@ -26,6 +26,9 @@ package GeoIP;
use Geo::IP::PurePerl;
use Locale::Codes::Country;
my $geoip_database_dir = "/var/lib/GeoIP";
my $location_database = "GeoLite2-Country-Locations-en.csv";
my $database;
sub lookup($) {