adguardHome v0.107.26

This commit is contained in:
mercury
2023-04-03 23:33:21 +04:00
parent 330d731b66
commit a7ad7b8367
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -61,7 +61,10 @@ dns:
bogus_nxdomain: []
aaaa_disabled: false
enable_dnssec: false
edns_client_subnet: false
edns_client_subnet:
enabled: false
use_custom: false
custom_ip: ''
max_goroutines: 300
handle_ddr: true
ipset: []
@@ -147,4 +150,4 @@ os:
group: ""
user: ""
rlimit_nofile: 0
schema_version: 16
schema_version: 17
+1 -1
View File
@@ -4,7 +4,7 @@ from ${SYSTEM}:${RELEASE}
ENV DEBIAN_FRONTEND noninteractive
run apt update && \
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 && \
run wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.26/AdGuardHome_linux_amd64.tar.gz && \
tar -xf AdGuardHome_linux_amd64.tar.gz && \
mkdir -p /opt/adguardhome && \
mkdir /root/.ssh