secubox-openwrt/package/secubox/secubox-app-cs-firewall-bouncer/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
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>
2026-03-20 10:00:18 +01:00

1.1 KiB

SecuBox CrowdSec Firewall Bouncer

Languages: English | Francais | 中文

Bouncer firewall CrowdSec avec integration nftables native pour IPv4 et IPv6 sur OpenWrt. Binaire Go, version 0.0.31.

Installation

opkg install secubox-app-cs-firewall-bouncer

Configuration

Fichier de configuration UCI : /etc/config/crowdsec

Le bouncer s'enregistre aupres de l'API locale CrowdSec (LAPI) et gere les ensembles nftables pour bloquer les IP malveillantes.

Utilisation

# Demarrer / arreter le service
/etc/init.d/crowdsec-firewall-bouncer start
/etc/init.d/crowdsec-firewall-bouncer stop

# Verifier le statut du bouncer
cs-firewall-bouncer -version

Fichiers

  • /etc/config/crowdsec -- Configuration UCI
  • /etc/init.d/crowdsec-firewall-bouncer -- Script d'initialisation
  • /usr/sbin/cs-firewall-bouncer -- Binaire Go

Notes de compilation

Il s'agit d'un paquet Go avec CGO. Il doit etre compile avec la toolchain complete OpenWrt, pas le SDK :

cd secubox-tools/openwrt
make package/secubox-app-cs-firewall-bouncer/compile V=s

Dependances

  • nftables

Licence

MIT