secubox-openwrt/package/secubox/secubox-app-adguardhome/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

847 B

SecuBox AdGuard Home

Languages: English | Francais | 中文

在 SecuBox 驱动的 OpenWrt 系统上运行的网络级广告拦截器,基于 Docker 运行,支持 DNS-over-HTTPS/TLS 和详细分析。

安装

opkg install secubox-app-adguardhome

配置

UCI 配置文件:/etc/config/adguardhome

config adguardhome 'main'
    option enabled '0'
    option port '3000'

使用

# 启动 / 停止服务
/etc/init.d/adguardhome start
/etc/init.d/adguardhome stop

# 控制器 CLI
adguardhomectl status
adguardhomectl install
adguardhomectl remove

文件

  • /etc/config/adguardhome -- UCI 配置
  • /etc/init.d/adguardhome -- init 脚本
  • /usr/sbin/adguardhomectl -- 控制器 CLI

依赖

  • dockerd
  • docker
  • containerd

许可证

Apache-2.0