adguardHome v0.107.24

This commit is contained in:
mercury
2023-02-18 02:13:15 +04:00
parent ea64ee3545
commit 0b4fb96f5d
2 changed files with 10 additions and 8 deletions
+8 -6
View File
@@ -10,15 +10,17 @@ language: ""
theme: auto
debug_pprof: false
web_session_ttl: 720
statistics:
interval: 1
querylog:
enabled: true
file_enabled: true
interval: 2160h
size_memory: 1000
dns:
bind_hosts:
- 0.0.0.0
port: 53
statistics_interval: 1
querylog_enabled: true
querylog_file_enabled: true
querylog_interval: 2160h
querylog_size_memory: 1000
anonymize_client_ip: false
protection_enabled: true
blocking_mode: default
@@ -145,4 +147,4 @@ os:
group: ""
user: ""
rlimit_nofile: 0
schema_version: 14
schema_version: 16
+2 -2
View File
@@ -3,8 +3,8 @@ arg RELEASE
from ${SYSTEM}:${RELEASE}
ENV DEBIAN_FRONTEND noninteractive
run apt update && \
apt install -y git net-tools lsof ssh wget && \
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.23/AdGuardHome_linux_amd64.tar.gz && \
apt install -y git net-tools lsof ssh wget
run wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.24/AdGuardHome_linux_amd64.tar.gz && \
tar -xf AdGuardHome_linux_amd64.tar.gz && \
mkdir -p /opt/adguardhome && \
mkdir /root/.ssh