From 05385ea4ba2a9d52bd38622bc27dcf72d1eea989 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 8 Jan 2025 21:20:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile rootfs/usr/local/etc/docker/init.d/01-tor-server.sh --- Dockerfile | 2 +- rootfs/usr/local/etc/docker/init.d/01-tor-server.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44c65f5..caad269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ARG PHP_SERVER ARG SHELL_OPTS ARG PATH -ARG PACK_LIST="tor torsocks lyrebird privoxy php socat" +ARG PACK_LIST="tor torsocks lyrebird privoxy php socat unbound dns-tools" ENV ENV=~/.profile ENV SHELL="/bin/sh" diff --git a/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh b/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh index c5c082a..2eddd56 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-tor-server.sh @@ -274,6 +274,7 @@ LogMessageDomains 1 Log notice file $LOG_DIR/tor-dns.log DNSPort 9053 +DNSListenAddress 0.0.0.0,[::] AutomapHostsOnResolve 1 AutomapHostsSuffixes .exit,.onion