luci-app-adguardhome: adjust config for upstream

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
CN_SZTL 2021-01-02 19:05:08 +08:00
parent 9fe0ea1a28
commit d7e6f64f42
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 ''