From: Michael Tremer Date: Sun, 13 Jan 2019 11:28:10 +0000 (+0100) Subject: GeoIP: Add accidentially removed paths to database X-Git-Tag: v2.21-core127~16 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=d499e86b168ca1267b6155496cbefa11ec11b916 GeoIP: Add accidentially removed paths to database Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functions.pl index c8ff47d2e7..d03503a3f9 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -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($) {