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>
1.0 KiB
1.0 KiB
SecuBox CrowdSec Firewall Bouncer
CrowdSec 防火墙 bouncer,为 OpenWrt 提供原生 nftables 集成,支持 IPv4 和 IPv6。Go 二进制文件,版本 0.0.31。
安装
opkg install secubox-app-cs-firewall-bouncer
配置
UCI 配置文件:/etc/config/crowdsec
Bouncer 向本地 CrowdSec LAPI 注册,并管理 nftables 集合以阻止恶意 IP。
使用方法
# 启动 / 停止服务
/etc/init.d/crowdsec-firewall-bouncer start
/etc/init.d/crowdsec-firewall-bouncer stop
# 检查 bouncer 状态
cs-firewall-bouncer -version
文件
/etc/config/crowdsec-- UCI 配置/etc/init.d/crowdsec-firewall-bouncer-- 初始化脚本/usr/sbin/cs-firewall-bouncer-- Go 二进制文件
编译说明
这是一个带有 CGO 的 Go 包。必须使用完整的 OpenWrt 工具链编译,而不是 SDK:
cd secubox-tools/openwrt
make package/secubox-app-cs-firewall-bouncer/compile V=s
依赖
nftables
许可证
MIT