From c1eb1f1dfefe8e3d462e1a5360ea274004453d51 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 16 Jan 2025 11:43:20 -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/01-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-server.sh --- rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh | 4 ++-- rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh | 4 ++-- rootfs/usr/local/etc/docker/init.d/03-tor-server.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh b/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh index 6228d71..fbf5f4b 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh @@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10} #### bridge LogMessageDomains 1 -Log notice file $LOG_DIR/tor-bridge.log -#Log debug file $LOG_DIR/debug.log +Log notice file $LOG_DIR/bridge.log +#Log debug file $LOG_DIR/bridge.debug SOCKSPort 0 diff --git a/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh b/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh index ad0211d..f13cc35 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh @@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10} ##### relay LogMessageDomains 1 -Log notice file $LOG_DIR/tor-relay.log -#Log debug file $LOG_DIR/debug.log +Log notice file $LOG_DIR/relay.log +#Log debug file $LOG_DIR/relay.debug SOCKSPort 0 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 5ad3c6b..c6d323d 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 localhost:9051 +ControlPort 127.0.0.1:9051 ControlSocketsGroupWritable 1 CookieAuthentication 1 CookieAuthFileGroupReadable 1 @@ -264,8 +264,8 @@ SOCKSPort 0.0.0.0:9050 ##### logging LogMessageDomains 1 -Log notice file $LOG_DIR/tor-server.log -#Log debug file $LOG_DIR/debug.log +Log notice file $LOG_DIR/server.log +#Log debug file $LOG_DIR/server.debug ##### port mappings TransPort 0.0.0.0:9040