diff --git a/package/jsda/AdGuardHome/files/conf/big_space.yaml b/package/jsda/AdGuardHome/files/conf/big_space.yaml index 7c7c1e9e8c..93ab64dae6 100644 --- a/package/jsda/AdGuardHome/files/conf/big_space.yaml +++ b/package/jsda/AdGuardHome/files/conf/big_space.yaml @@ -1,17 +1,21 @@ bind_host: 0.0.0.0 bind_port: 3001 -auth_name: AdGuardHome -auth_pass: AdGuardHome +users: +- name: AdGuardHome + password: $2y$05$r.WXZfS0JbDj01xXmScIiuFPirVYB2FXmH0o1CUgyECxPNMlkWorq language: zh-cn rlimit_nofile: 0 dns: bind_host: 0.0.0.0 port: 5333 + statistics_interval: 1 protection_enabled: true filtering_enabled: true + filters_update_interval: 24 blocking_mode: nxdomain blocked_response_ttl: 3000 querylog_enabled: true + querylog_interval: 1 ratelimit: 0 ratelimit_whitelist: [] refuse_any: false diff --git a/package/jsda/AdGuardHome/files/conf/small_flash.yaml b/package/jsda/AdGuardHome/files/conf/small_flash.yaml index 27ad4698c0..d252717100 100644 --- a/package/jsda/AdGuardHome/files/conf/small_flash.yaml +++ b/package/jsda/AdGuardHome/files/conf/small_flash.yaml @@ -1,17 +1,21 @@ bind_host: 0.0.0.0 bind_port: 3001 -auth_name: AdGuardHome -auth_pass: AdGuardHome +users: +- name: AdGuardHome + password: $2y$05$r.WXZfS0JbDj01xXmScIiuFPirVYB2FXmH0o1CUgyECxPNMlkWorq language: zh-cn rlimit_nofile: 0 dns: bind_host: 0.0.0.0 port: 5333 + statistics_interval: 1 protection_enabled: true filtering_enabled: true + filters_update_interval: 24 blocking_mode: nxdomain blocked_response_ttl: 3000 querylog_enabled: true + querylog_interval: 1 ratelimit: 0 ratelimit_whitelist: [] refuse_any: false