]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
location-functions.pl: Rename and set the location for exported
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Feb 2022 18:26:27 +0000 (19:26 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Feb 2022 19:48:16 +0000 (20:48 +0100)
databases to "/var/lib/location/ipset/".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/location-functions.pl

index 4d44ce24d3d0816f9d249a4f2e5fe2d381b0ed1d..f86464933f8d083045a06765b2260867295bd575 100644 (file)
@@ -53,7 +53,7 @@ our $database = "$location_dir/database.db";
 our $keyfile = "$location_dir/signing-key.pem";
 
 # Directory which contains the exported databases.
-our $xt_geoip_db_directory = "/usr/share/xt_geoip/";
+our $ipset_db_directory = "$location_dir/ipset";
 
 # Create libloc database handle.
 my $db_handle = &init();