Skip to content

Commit

Permalink
Firewalld Add http and https on inline interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Jun 27, 2024
1 parent 1c85f87 commit 9e76f84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/pf/firewalld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@ sub fd_haproxy_portal_rules {
service_to_zone($tint, $action, "http");
service_to_zone($tint, $action, "https");
}
foreach my $network ( @inline_enforcement_nets ) {
my $tint = $network->{Tint};
service_to_zone($tint, $action, "http");
service_to_zone($tint, $action, "https");
}
}

=item fd_radiusd_acct_rules
Expand Down

0 comments on commit 9e76f84

Please sign in to comment.