Skip to content

Commit

Permalink
Allow out all
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 13, 2024
1 parent 8af14a8 commit ea406ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/profile/manifests/firewall.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
class profile::firewall {
tag 'mc_bootstrap'
include nftables
class { 'nftables':
out_all => true,
noflush_tables => ['inet-f2b-table'],
}
}

0 comments on commit ea406ae

Please sign in to comment.