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

outbound firewall rule UI for SPR's output chain #384

Open
lts-rad opened this issue Nov 1, 2024 · 0 comments
Open

outbound firewall rule UI for SPR's output chain #384

lts-rad opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lts-rad
Copy link
Contributor

lts-rad commented Nov 1, 2024

we recently added conntrack abuse hardening to the OUTPUT chain.

  chain OUTPUT {
    type filter hook output priority 0; policy accept
    oifname @uplink_interfaces ip daddr @supernetworks goto DROPLOGOUTP
    oifname @uplink_interfaces ip saddr @supernetworks goto DROPLOGOUTP
  }

let's further expand on this and let users populate output rules from the SPR UI/ API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant