From d073d142b924304aae75f2d4e237b83ac9a16c99 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 16 Jan 2025 11:55:41 -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 rootfs/usr/local/etc/docker/init.d/03-tor-server.sh --- rootfs/usr/local/etc/docker/init.d/03-tor-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh index 7e8f87e..a3db16d 100755 --- a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh +++ b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh @@ -282,9 +282,9 @@ EOF mkdir -p "$CONF_DIR/conf.d" cat <>"$CONF_DIR/server.conf" #### dns forwarder -Log notice file $LOG_DIR/tor-dns.log +Log notice file $LOG_DIR/dns.log -DNSPort 8053 +DNSPort 0.0.0.0:8053 DNSListenAddress 0.0.0.0,[::] AutomapHostsOnResolve 1 AutomapHostsSuffixes .exit,.onion