From 5c1c83165fd8c90d098f063332d7576547aa306b Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 12 Jun 2025 00:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=ADAdguardHome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- root/etc/config/AdGuardHome | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/etc/config/AdGuardHome b/root/etc/config/AdGuardHome index 8da263e..843bfb9 100644 --- a/root/etc/config/AdGuardHome +++ b/root/etc/config/AdGuardHome @@ -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'