- 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>
9 lines
240 B
Plaintext
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'
|