Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.fr.md | ||
| README.md | ||
| README.zh.md | ||
SecuBox CrowdSec Firewall Bouncer
CrowdSec firewall bouncer with native nftables integration for IPv4 and IPv6 on OpenWrt. Go binary, version 0.0.31.
Installation
opkg install secubox-app-cs-firewall-bouncer
Configuration
UCI config file: /etc/config/crowdsec
The bouncer registers with the local CrowdSec LAPI and manages nftables sets to block malicious IPs.
Usage
# Start / stop the service
/etc/init.d/crowdsec-firewall-bouncer start
/etc/init.d/crowdsec-firewall-bouncer stop
# Check bouncer status
cs-firewall-bouncer -version
Files
/etc/config/crowdsec-- UCI configuration/etc/init.d/crowdsec-firewall-bouncer-- init script/usr/sbin/cs-firewall-bouncer-- Go binary
Build Notes
This is a Go package with CGO. It must be built with the full OpenWrt toolchain, not the SDK:
cd secubox-tools/openwrt
make package/secubox-app-cs-firewall-bouncer/compile V=s
Dependencies
nftables
License
MIT