secubox-openwrt/package/secubox/secubox-app-adguardhome/files/etc/config/adguardhome
CyberMind-FR 5c2e4c31a7 fix: Button clickability, AdGuard ports, Tor Shield links
- Fix disabled buttons in Network Tweaks using conditional rendering
- Change AdGuard Home ports to avoid conflicts (web: 3003, dns: 5353)
- Add DNS & Proxy link from Tor Shield to Network Tweaks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:26 +01:00

9 lines
240 B
Plaintext

config adguardhome 'main'
option enabled '0'
option image 'adguard/adguardhome:latest'
option work_path '/srv/adguardhome/work'
option conf_path '/srv/adguardhome/conf'
option port '3003'
option dns_port '5353'
option timezone 'UTC'