2025-05-29 15:05:01 +08:00

13 lines
514 B
Plaintext

config AdGuardHome 'AdGuardHome'
option configpath '/etc/AdGuardHome.yaml'
option workdir '/etc/AdGuardHome'
option redirect 'dnsmasq-upstream'
option logfile '/tmp/AdGuardHome.log'
option verbose '0'
option binpath '/usr/bin/AdGuardHome'
option enabled '1'
option core_version 'latest'
option waitonboot '1'
option update_url 'https://github.com/AdguardTeam/AdGuardHome/releases/download/${Cloud_Version}/AdGuardHome_linux_${Arch}.tar.gz'