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

feature request: add output chain #5

Closed
OneOfOne opened this issue Jul 30, 2021 · 2 comments
Closed

feature request: add output chain #5

OneOfOne opened this issue Jul 30, 2021 · 2 comments

Comments

@OneOfOne
Copy link

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;
	}
@tomasz-c
Copy link
Owner

Would such a chain also be useful to others?
In my opinion, it does not seem to be needed. Unless for some hosting services.

@tomasz-c
Copy link
Owner

tomasz-c commented Oct 19, 2021

I added optional blocking output connections to blacklisted IPs in commit b20de77
This feature was published in the release 1.1.0

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