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
It'd be nice to have an output chain with reject as well.
chain output { type filter hook output priority filter -1; policy accept; ip daddr @blacklist-v4 counter reject; ip6 daddr @blacklist-v6 counter reject; }
The text was updated successfully, but these errors were encountered:
Would such a chain also be useful to others? In my opinion, it does not seem to be needed. Unless for some hosting services.
Sorry, something went wrong.
Optional blocking output connections to blacklisted IPs (#5)
b20de77
I added optional blocking output connections to blacklisted IPs in commit b20de77 This feature was published in the release 1.1.0
No branches or pull requests
It'd be nice to have an output chain with reject as well.
The text was updated successfully, but these errors were encountered: