]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
GeoIP: Add accidentially removed paths to database
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Jan 2019 11:28:10 +0000 (12:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Jan 2019 11:28:10 +0000 (12:28 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/geoip-functions.pl

index c8ff47d2e78f879dcbbddd964d6ccc3e1a579f0f..d03503a3f9ad0a2f8e38bdb2da660ecbdda43550 100644 (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($) {