|
|
|
|
|
by iyn
135 days ago
|
|
What's everyone's experience with modern PF in production? Also, not to start a holy war, but what people think about modern PF vs nftables? I've only ever used nftables (and only in fairly simple scenarios) but I've always been curious about the PF side of the world. |
|
I tail the pflog0 interface in a tmux session so I can keep an eye on pass/block, and also keep a handy function in my .profile to make it easy to edit the ruleset and reload:
This opens the file for editing, reloads the ruleset (which also validates it), then returns the rule count if successful.