mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-21 12:04:56 +02:00
geoip: add -s option to xt_geoip_build
This commit is contained in:
@@ -24,6 +24,7 @@ my $target_dir = ".";
|
||||
&GetOptions(
|
||||
"D=s" => \$target_dir,
|
||||
"i=s" => \$input_file,
|
||||
"s" => sub { $target_dir = "/usr/share/xt_geoip"; },
|
||||
);
|
||||
|
||||
if (!-d $target_dir) {
|
||||
|
Reference in New Issue
Block a user