mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
location-functions.pl: Rename and set the location for exported databases to "/var/lib/location/ipset/".
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
28965d275b
commit
a5f22bf03c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user