🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh
This commit is contained in:
casjay 2025-01-06 16:53:39 -05:00
parent 13b05dd7f2
commit 0ceecc424f
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 4 additions and 1 deletions

View File

@ -261,8 +261,9 @@ LogMessageDomains 1
Log notice file $LOG_DIR/tor-relay.log Log notice file $LOG_DIR/tor-relay.log
SOCKSPort 10051 SOCKSPort 10051
BridgeRelay 1 BridgeRelay 0
PublishServerDescriptor 1 PublishServerDescriptor 1
Nickname ${TOR_NICK_NAME:-$RANDOM_NICK}-relay
%include $CONF_DIR/conf.d/*.conf %include $CONF_DIR/conf.d/*.conf
EOF EOF

View File

@ -264,6 +264,8 @@ SOCKSPort 10052
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-8445} ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-8445}
BridgeRelay 1
PublishServerDescriptor 1
ExtORPort auto ExtORPort auto
Exitpolicy accept *:* Exitpolicy accept *:*
ORPort ${TOR_OR_PORT:-8444} ORPort ${TOR_OR_PORT:-8444}