From 31f2114dbaa7b18b9a1d41b5c5c2d7a2f3ac9d65 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 19 Oct 2019 22:00:30 +0800 Subject: [PATCH] AdGuardHome: update config --- package/jsda/AdGuardHome/files/conf/big_space.yaml | 8 ++++++-- package/jsda/AdGuardHome/files/conf/small_flash.yaml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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