mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
Rename config options and remove unused ones. Signed-off-by: George Sapkin <george@sapk.in>
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
config adguardhome 'config'
|
|
# All paths must be readable by the configured user
|
|
option config_file '/etc/adguardhome/adguardhome.yaml'
|
|
# Where to store persistent data by AdGuard Home
|
|
option work_dir '/var/lib/adguardhome'
|
|
option user 'adguardhome'
|
|
option group 'adguardhome'
|
|
option verbose '0'
|
|
# Files and directories that AdGuard Home has read-only access to
|
|
# list jail_mount '/etc/ssl/adguardhome.crt'
|
|
# list jail_mount '/etc/ssl/adguardhome.key'
|