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

49 lines
826 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[English](README.md) | [Francais](README.fr.md) | 中文
# SecuBox 服务暴露管理器
用于管理服务暴露的统一后端端口冲突检测、Tor 隐藏服务和 HAProxy SSL 反向代理配置。
## 安装
```sh
opkg install secubox-app-exposure
```
## 配置
UCI 配置文件:`/etc/config/secubox-exposure`
```
config exposure 'main'
option enabled '1'
```
## 使用方法
```sh
# 检查端口冲突
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