Skip to content
New issue

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

Add blacklistd support #112

Open
psa opened this issue Nov 8, 2023 · 1 comment
Open

Add blacklistd support #112

psa opened this issue Nov 8, 2023 · 1 comment
Milestone

Comments

@psa
Copy link

psa commented Nov 8, 2023

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

@wargio
Copy link
Owner

wargio commented Nov 8, 2023

that sounds useful, let me check it

@wargio wargio added this to the 1.7 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants