From 80622332ddd754e7614f75a31ebba0e1b287a46d Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 22 Jan 2025 09:15:29 -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/01-tor-bridge.sh | 4 ++-- rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 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 f81426a..f6343e9 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 @@ -267,8 +267,8 @@ Log notice file $LOG_DIR/bridge.log #Log debug file $LOG_DIR/bridge.debug ##### ExitPolicy -ExitPolicy accept *:* -ExitPolicy accept6 [::]:* +#ExitPolicy accept *:* +#ExitPolicy accept6 [::]:* ##### Bridge Settings ServerTransportPlugin obfs4 exec /usr/bin/lyrebird 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 706c8dd..b70ef79 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 @@ -267,8 +267,8 @@ Log notice file $LOG_DIR/relay.log #Log debug file $LOG_DIR/relay.debug ##### ExitPolicy -ExitPolicy accept *:* -ExitPolicy accept6 [::]:* +#ExitPolicy accept *:* +#ExitPolicy accept6 [::]:* ##### Relay Settings ServerTransportPlugin obfs4 exec /usr/bin/lyrebird