Hello,
I'm using blacklistd on my FreeBSD 13.x servers (ssh, submission) and I would like pf() to log when a connection attempt hit the rule.
Currently I use:
I've tried to add "log" at different places in this statement, but got only "syntax error" from pfctl().
Any idea how I could achieve logging for pf rules added to the blacklistd anchor by blacklistd()?
I'm using blacklistd on my FreeBSD 13.x servers (ssh, submission) and I would like pf() to log when a connection attempt hit the rule.
Currently I use:
Code:
anchor "blacklistd/*" in on $ext_if
I've tried to add "log" at different places in this statement, but got only "syntax error" from pfctl().
Any idea how I could achieve logging for pf rules added to the blacklistd anchor by blacklistd()?