mirror of
https://github.com/casjaysdevdocker/tor
synced 2026-01-28 02:03:48 -05:00
🗃️ 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:
@@ -263,14 +263,14 @@ Log notice file $LOG_DIR/tor-bridge.log
|
||||
SOCKSPort 10052
|
||||
|
||||
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_PT_PORT:-58000}
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_BRIDGE_PT_PORT:-58000}
|
||||
|
||||
BridgeRelay 1
|
||||
PublishServerDescriptor 1
|
||||
ExtORPort auto
|
||||
Exitpolicy accept *:*
|
||||
ORPort ${TOR_OR_PORT:-58001}
|
||||
DirPort ${TOR_DIR_PORT:-58002}
|
||||
ORPort ${TOR_BRIDGE_OR_PORT:-58001}
|
||||
DirPort ${TOR_BRIDGE_DIR_PORT:-58002}
|
||||
Nickname ${TOR_NICK_NAME:-$RANDOM_NICK}
|
||||
ContactInfo ${TOR_ADMIN:-tor-admin@$HOSTNAME}
|
||||
AccountingMax ${TOR_ACCOUNT_MAX:-1000} GBytes
|
||||
|
||||
Reference in New Issue
Block a user