secubox-openwrt/package/secubox
CyberMind-FR f72ea0da32 fix(cs-firewall-bouncer): Add missing DROP rules for blacklisted IPs
The init script created nftables sets and chains but never added the
actual DROP rules to block traffic from blacklisted IPs. This caused
the bouncer to populate sets correctly but traffic was never blocked.

Added DROP rules for:
- IPv4 input chain (crowdsec-blacklists)
- IPv4 forward chain (crowdsec-blacklists)
- IPv6 input chain (crowdsec6-blacklists)
- IPv6 forward chain (crowdsec6-blacklists)

Each rule respects the deny_log and deny_action configuration options.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 08:27:46 +01:00
..
.appstore release: bump secubox hub to 0.6.1-0 2025-12-30 14:42:45 +01:00
luci-app-auth-guardian feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-bandwidth-manager feat(bandwidth-manager): Add Smart QoS, Device Groups, and Analytics (Phase 5) 2026-01-09 14:07:54 +01:00
luci-app-cdn-cache feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-client-guardian feat: Dashboard reorganization and auth security fixes 2026-01-14 09:32:14 +01:00
luci-app-crowdsec-dashboard refactor(packages): Rename and reorganize SecuBox packages 2026-01-15 10:42:52 +01:00
luci-app-ksm-manager feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-magicmirror feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-media-flow fix(media-flow): Fix Active Streams detection from ndpid-apps.json 2026-01-13 07:50:58 +01:00
luci-app-mitmproxy fix: Use pgrep -x for exact process matching in mitmproxy RPCD 2026-01-10 15:30:16 +01:00
luci-app-mqtt-bridge chore: Update GitHub repo URL to CyberMind-FR organization 2026-01-14 09:44:01 +01:00
luci-app-ndpid fix(ndpid): Correct UCI config section types for init scripts 2026-01-13 06:46:42 +01:00
luci-app-netdata-dashboard feat: Add SecuBox portal header to Client Guardian, Media Flow, and Netdata views 2026-01-09 15:33:14 +01:00
luci-app-network-modes feat: Add SecuBox portal header to all Network Modes views 2026-01-09 15:39:13 +01:00
luci-app-network-tweaks chore: Update GitHub repo URL to CyberMind-FR organization 2026-01-14 09:44:01 +01:00
luci-app-secubox feat: Dashboard reorganization and auth security fixes 2026-01-14 09:32:14 +01:00
luci-app-secubox-admin feat: Add SecuBox portal header and navigation to luci-app-secubox-admin 2026-01-09 16:24:20 +01:00
luci-app-secubox-bonus chore: Update GitHub repo URL to CyberMind-FR organization 2026-01-14 09:44:01 +01:00
luci-app-secubox-crowdsec refactor(packages): Rename and reorganize SecuBox packages 2026-01-15 10:42:52 +01:00
luci-app-secubox-netifyd fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
luci-app-secubox-portal feat(secubox-portal): Add login link to public menu 2026-01-14 09:59:34 +01:00
luci-app-secubox-security-threats feat: Portal service detection, nDPId compat layer, CrowdSec/Netifyd packages 2026-01-10 13:51:40 +01:00
luci-app-system-hub feat: Dashboard reorganization and auth security fixes 2026-01-14 09:32:14 +01:00
luci-app-traffic-shaper feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-vhost-manager feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
luci-app-wireguard-dashboard feat: WireGuard Dashboard v0.5.0 - Bug fixes and enhancements 2026-01-09 09:32:31 +01:00
luci-app-zigbee2mqtt fix: Add missing PKG_NAME and PKG_LICENSE in Makefiles 2026-01-09 14:56:30 +01:00
luci-theme-secubox feat: Portal service detection, nDPId compat layer, CrowdSec/Netifyd packages 2026-01-10 13:51:40 +01:00
secubox-app chore: Update GitHub repo URL to CyberMind-FR organization 2026-01-14 09:44:01 +01:00
secubox-app-adguardhome fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
secubox-app-auth-logger refactor(packages): Rename and reorganize SecuBox packages 2026-01-15 10:42:52 +01:00
secubox-app-crowdsec fix: Auto-configure syslog file logging for CrowdSec 2026-01-11 07:23:25 +01:00
secubox-app-crowdsec-bouncer refactor(packages): Rename and reorganize SecuBox packages 2026-01-15 10:42:52 +01:00
secubox-app-cs-firewall-bouncer fix(cs-firewall-bouncer): Add missing DROP rules for blacklisted IPs 2026-01-16 08:27:46 +01:00
secubox-app-domoticz fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
secubox-app-lyrion feat(secubox-app-lyrion): Add hybrid Docker/LXC runtime support 2026-01-13 17:51:04 +01:00
secubox-app-magicmirror fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
secubox-app-mailinabox fix(secubox-app-mailinabox): make Docker dependencies optional to allow installation 2026-01-04 09:44:33 +01:00
secubox-app-mitmproxy feat: Media-flow UI + security updates 2026-01-12 07:57:39 +01:00
secubox-app-ndpid fix(ndpid): Correct UCI config section types for init scripts 2026-01-13 06:46:42 +01:00
secubox-app-netifyd feat: Portal service detection, nDPId compat layer, CrowdSec/Netifyd packages 2026-01-10 13:51:40 +01:00
secubox-app-nextcloud fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
secubox-app-nodogsplash feat: Dashboard reorganization and auth security fixes 2026-01-14 09:32:14 +01:00
secubox-app-zigbee2mqtt fix: Add executable permissions to init.d scripts 2026-01-09 20:15:42 +01:00
secubox-core chore: Update GitHub repo URL to CyberMind-FR organization 2026-01-14 09:44:01 +01:00
CROWDSEC-OPENWRT-24.md chore: Replace secubox.io with secubox.cybermood.eu 2026-01-14 09:42:47 +01:00