🗃️ Committing everything that changed 🗃️

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
This commit is contained in:
casjay 2025-01-16 11:43:20 -05:00
parent 91973a95ea
commit c1eb1f1dfe
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 7 additions and 7 deletions

View File

@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10}
#### bridge #### bridge
LogMessageDomains 1 LogMessageDomains 1
Log notice file $LOG_DIR/tor-bridge.log Log notice file $LOG_DIR/bridge.log
#Log debug file $LOG_DIR/debug.log #Log debug file $LOG_DIR/bridge.debug
SOCKSPort 0 SOCKSPort 0

View File

@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10}
##### relay ##### relay
LogMessageDomains 1 LogMessageDomains 1
Log notice file $LOG_DIR/tor-relay.log Log notice file $LOG_DIR/relay.log
#Log debug file $LOG_DIR/debug.log #Log debug file $LOG_DIR/relay.debug
SOCKSPort 0 SOCKSPort 0

View File

@ -244,7 +244,7 @@ AddressDisableIPv6 0
VirtualAddrNetwork 10.0.0.0/12 VirtualAddrNetwork 10.0.0.0/12
#### control settings #### control settings
ControlPort localhost:9051 ControlPort 127.0.0.1:9051
ControlSocketsGroupWritable 1 ControlSocketsGroupWritable 1
CookieAuthentication 1 CookieAuthentication 1
CookieAuthFileGroupReadable 1 CookieAuthFileGroupReadable 1
@ -264,8 +264,8 @@ SOCKSPort 0.0.0.0:9050
##### logging ##### logging
LogMessageDomains 1 LogMessageDomains 1
Log notice file $LOG_DIR/tor-server.log Log notice file $LOG_DIR/server.log
#Log debug file $LOG_DIR/debug.log #Log debug file $LOG_DIR/server.debug
##### port mappings ##### port mappings
TransPort 0.0.0.0:9040 TransPort 0.0.0.0:9040