You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ENABLE_INTERFACES support to nftables container
Allow nftables container to automatically bring up and down network
interfaces via the ENABLE_INTERFACES environment variable. This enables
tighter integration with systems like Infix OS where interfaces can be
disabled in the configuration but need to be brought up when the
firewall container starts.
Changes:
- rc.local: Bring up interfaces listed in ENABLE_INTERFACES on startup
- rc.shutdown: Bring down interfaces on container shutdown
- README: Document the new environment variable with usage example
Usage:
docker run --network=host -e ENABLE_INTERFACES="e1 e24" \
ghcr.io/kernelkit/curios-nftables:latest
Fixes#20
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
0 commit comments