From 19a57e41ffdd63f73bcc6b5d66617d9870a1b682 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 6 Jan 2025 14:52:06 -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/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh --- rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh | 2 +- rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh | 2 +- rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 6bf4bb5..121468e 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 @@ -246,7 +246,7 @@ __update_conf_files() { LogMessageDomains 1 Log notice file $LOG_DIR/relay.log -SOCKSPort 9051 +SOCKSPort 10051 BridgeRelay 1 PublishServerDescriptor 1 %include $CONF_DIR/relay.d/*.conf diff --git a/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh b/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh index c38630a..08475a5 100755 --- a/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh +++ b/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh @@ -246,7 +246,7 @@ __update_conf_files() { LogMessageDomains 1 Log notice file /$LOG_DIR/bridge.log -SOCKSPort 9052 +SOCKSPort 10052 ServerTransportPlugin obfs4 exec /usr/bin/lyrebird ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-8445} diff --git a/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh b/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh index 2dacfed..d486c9b 100755 --- a/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh +++ b/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh @@ -248,7 +248,7 @@ __update_conf_files() { LogMessageDomains 1 Log notice file $LOG_DIR/hidden.log -SOCKSPort 9053 +SOCKSPort 10053 HiddenServiceDir $DATA_DIR/hidden_service/default HiddenServicePort 80 127.0.0.1:80 %include $CONF_DIR/hidden.d/*.conf