secubox-openwrt/package/secubox/secubox-app-exposure/README.zh.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

826 B
Raw Blame History

English | Francais | 中文

SecuBox 服务暴露管理器

用于管理服务暴露的统一后端端口冲突检测、Tor 隐藏服务和 HAProxy SSL 反向代理配置。

安装

opkg install secubox-app-exposure

配置

UCI 配置文件:/etc/config/secubox-exposure

config exposure 'main'
    option enabled '1'

使用方法

# 检查端口冲突
secubox-exposure check-ports

# 管理 Tor 隐藏服务
secubox-exposure tor-add <service>
secubox-exposure tor-remove <service>

# 管理 HAProxy 反向代理条目
secubox-exposure haproxy-add <service>
secubox-exposure haproxy-remove <service>

文件

  • /etc/config/secubox-exposure -- UCI 配置
  • /usr/sbin/secubox-exposure -- 主 CLI

依赖

  • secubox-core

许可证

MIT