mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
firewall: rules.pl: Honour time constraints for NAT rules as well.
This commit is contained in:
@@ -322,6 +322,7 @@ sub buildrules {
|
||||
}
|
||||
push(@nat_options, @source_options);
|
||||
push(@nat_options, ("-d", $nat_address));
|
||||
push(@nat_options, @time_options);
|
||||
|
||||
my $dnat_port;
|
||||
if ($protocol_has_ports) {
|
||||
|
||||
Reference in New Issue
Block a user