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 back missing logging rules for iptables #383

Merged
merged 14 commits into from
Sep 23, 2024
Merged

Conversation

blotus
Copy link
Member

@blotus blotus commented Sep 23, 2024

Iptables logging configuration was ignored since the refactoring to split rules per origin.

Because we now create multiple sets/rules based on the origin, the way we log has changed: instead of matching twice on the set to see if iptables should log something, change the target of the rules we create to jump to a dedicated logging chain that will log and perform the action specified in the configuration.

@blotus blotus changed the title add back missing logging rules add back missing logging rules for iptables Sep 23, 2024
@mmetc mmetc added this to the 0.0.31 milestone Sep 23, 2024
@blotus blotus merged commit 2884c0f into main Sep 23, 2024
5 checks passed
@blotus blotus deleted the fix-iptables-logging branch September 23, 2024 16:22
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

Successfully merging this pull request may close these issues.

3 participants