默认关闭AdguardHome

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2025-06-12 00:09:05 +08:00
parent 82ebdc8a78
commit 5c1c83165f

View File

@ -1,4 +1,3 @@
config AdGuardHome 'AdGuardHome'
option configpath '/etc/AdGuardHome.yaml'
option workdir '/etc/AdGuardHome'
@ -6,7 +5,7 @@ config AdGuardHome 'AdGuardHome'
option logfile '/tmp/AdGuardHome.log'
option verbose '0'
option binpath '/usr/bin/AdGuardHome'
option enabled '1'
option enabled '0'
option core_version 'latest'
option waitonboot '1'
option update_url 'https://github.com/AdguardTeam/AdGuardHome/releases/download/${Cloud_Version}/AdGuardHome_linux_${Arch}.tar.gz'