From d2c1f5c94ff52f3481e25b09be85f2ff47b94f40 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 13 Oct 2024 22:41:18 -0400 Subject: [PATCH] Disable pf so fileserver doesn't go dark accidentally. --- ansible/roles/firewall/files/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/firewall/files/rc.conf b/ansible/roles/firewall/files/rc.conf index a070d9b..8d13069 100644 --- a/ansible/roles/firewall/files/rc.conf +++ b/ansible/roles/firewall/files/rc.conf @@ -1,2 +1,2 @@ -pf_enable="YES" +pf_enable="NO" pf_rules="/etc/pf.conf"