Create a firewall role that installs a pf.conf on FreeBSD.

Does not yet configure pflog nor does it do anything on Linux.
This commit is contained in:
Tom Alexander
2022-10-12 21:23:40 -04:00
parent f20dd66d88
commit 6bdbbfa2ac
12 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
pf_enable="YES"
pf_rules="/etc/pf.conf"