mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Firewall: Renamed directory /var/ipfire/forward to /var/ipfire/firewall
This commit is contained in:
@@ -170,7 +170,7 @@ sub checkportfw {
|
||||
my $DPORT = shift;
|
||||
my $DPROT = shift;
|
||||
my %natconfig =();
|
||||
my $confignat = "${General::swroot}/forward/config";
|
||||
my $confignat = "${General::swroot}/firewall/config";
|
||||
$DPROT= uc ($DPROT);
|
||||
&General::readhasharray($confignat, \%natconfig);
|
||||
foreach my $key (sort keys %natconfig){
|
||||
|
||||
Reference in New Issue
Block a user