We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BSDs have a hook to the packet filter called blacklistd and it would be nice to be able to call that for block requests.
I'm thinking the implementation can be simple, a flag SecRulesBlacklistd On|Off; which enables|disables calls to blacklistd on any block action.
An example of adding blacklistd support to postfix can be found here: NetBSD/src@3ae4028
Reference to blacklistd https://www.freebsd.org/doc/handbook/firewalls-blacklistd.html
The text was updated successfully, but these errors were encountered:
that sounds useful, let me check it
Sorry, something went wrong.
No branches or pull requests
BSDs have a hook to the packet filter called blacklistd and it would be nice to be able to call that for block requests.
I'm thinking the implementation can be simple, a flag SecRulesBlacklistd On|Off; which enables|disables calls to blacklistd on any block action.
An example of adding blacklistd support to postfix can be found here: NetBSD/src@3ae4028
Reference to blacklistd https://www.freebsd.org/doc/handbook/firewalls-blacklistd.html
The text was updated successfully, but these errors were encountered: