From 5ee41ff6a5343b47aeb6356731a1bf6877ddd81c Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 9 Jan 2025 00:56:36 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 65b14ac..2b48faa 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 @@ -244,7 +244,7 @@ AddressDisableIPv6 0 VirtualAddrNetwork 10.0.0.0/12 #### control settings -ControlPort 0.0.0.0:9051 +ControlPort localhost:9051 ControlSocketsGroupWritable 1 CookieAuthentication 1 CookieAuthFileGroupReadable 1