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>
936 B
936 B
SecuBox AdGuard Home
Bloqueur de publicites a l'echelle du reseau fonctionnant dans Docker sur les systemes OpenWrt alimentes par SecuBox, avec support DNS-over-HTTPS/TLS et analyses detaillees.
Installation
opkg install secubox-app-adguardhome
Configuration
Fichier de configuration UCI : /etc/config/adguardhome
config adguardhome 'main'
option enabled '0'
option port '3000'
Utilisation
# Demarrer / arreter le service
/etc/init.d/adguardhome start
/etc/init.d/adguardhome stop
# CLI du controleur
adguardhomectl status
adguardhomectl install
adguardhomectl remove
Fichiers
/etc/config/adguardhome-- Configuration UCI/etc/init.d/adguardhome-- Script init/usr/sbin/adguardhomectl-- CLI du controleur
Dependances
dockerddockercontainerd
Licence
Apache-2.0