From 5c1f0e17b8b0e9ebba6078854c1224e7f5d93ac2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 30 Nov 2025 11:50:29 +0200 Subject: pf changes --- tasks/jail_ingress.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tasks/jail_ingress.yml') diff --git a/tasks/jail_ingress.yml b/tasks/jail_ingress.yml index 87dff41..b971372 100644 --- a/tasks/jail_ingress.yml +++ b/tasks/jail_ingress.yml @@ -14,6 +14,9 @@ group: wheel mode: "0644" +- name: Reload pf.conf + shell: jexec ingress pfctl -f /etc/pf.conf + - name: Enable gateway mode shell: jexec ingress sysrc gateway_enable=YES && jexec ingress sysctl net.inet.ip.forwarding=1 -- cgit v1.3