mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
Forward Firewall: convert-dmz now puts converted files into /var/ipfire/forward/config instead of /var/ipfire/forward/dmz
This commit is contained in:
committed by
Michael Tremer
parent
3b2ad4a1bd
commit
3f09f5309c
@@ -19,7 +19,7 @@ my %ifaces=();
|
||||
my %configfwdfw=();
|
||||
require '/var/ipfire/general-functions.pl';
|
||||
my $dmzconfig = "${General::swroot}/dmzholes/config";
|
||||
my $fwdfwconfig = "${General::swroot}/forward/dmz";
|
||||
my $fwdfwconfig = "${General::swroot}/forward/config";
|
||||
my $ifacesettings = "${General::swroot}/ethernet/settings";
|
||||
my $field0 = 'ACCEPT';
|
||||
my $field1 = 'FORWARDFW';
|
||||
|
||||
Reference in New Issue
Block a user