From d499e86b168ca1267b6155496cbefa11ec11b916 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 13 Jan 2019 12:28:10 +0100 Subject: [PATCH] GeoIP: Add accidentially removed paths to database Signed-off-by: Michael Tremer --- config/cfgroot/geoip-functions.pl | 3 +++ 1 file changed, 3 insertions(+) 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($) { -- 2.39.5