luci-app-adguardhome: adjust config for upstream

This commit is contained in:
CN_SZTL 2021-01-02 19:05:08 +08:00
parent 61288e1dd2
commit 624ffb109b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -2,10 +2,10 @@ config AdGuardHome 'AdGuardHome'
option enabled '0'
option httpport '3000'
option redirect 'none'
option configpath '/etc/AdGuardHome.yaml'
option workdir '/usr/bin/AdGuardHome'
option configpath '/etc/AdGuardHome/AdGuardHome.yaml'
option workdir '/etc/AdGuardHome'
option logfile '/tmp/AdGuardHome.log'
option verbose '0'
option binpath '/usr/bin/AdGuardHome/AdGuardHome'
option binpath '/usr/bin/AdGuardHome'
option upxflag ''