mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 00:34:29 -05:00
🗃️ 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:
parent
91973a95ea
commit
c1eb1f1dfe
@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10}
|
||||
|
||||
#### bridge
|
||||
LogMessageDomains 1
|
||||
Log notice file $LOG_DIR/tor-bridge.log
|
||||
#Log debug file $LOG_DIR/debug.log
|
||||
Log notice file $LOG_DIR/bridge.log
|
||||
#Log debug file $LOG_DIR/bridge.debug
|
||||
|
||||
SOCKSPort 0
|
||||
|
||||
|
@ -258,8 +258,8 @@ SocksTimeout ${TOR_SOCKS_TIMEOUT:-10}
|
||||
|
||||
##### relay
|
||||
LogMessageDomains 1
|
||||
Log notice file $LOG_DIR/tor-relay.log
|
||||
#Log debug file $LOG_DIR/debug.log
|
||||
Log notice file $LOG_DIR/relay.log
|
||||
#Log debug file $LOG_DIR/relay.debug
|
||||
|
||||
SOCKSPort 0
|
||||
|
||||
|
@ -244,7 +244,7 @@ AddressDisableIPv6 0
|
||||
VirtualAddrNetwork 10.0.0.0/12
|
||||
|
||||
#### control settings
|
||||
ControlPort localhost:9051
|
||||
ControlPort 127.0.0.1:9051
|
||||
ControlSocketsGroupWritable 1
|
||||
CookieAuthentication 1
|
||||
CookieAuthFileGroupReadable 1
|
||||
@ -264,8 +264,8 @@ SOCKSPort 0.0.0.0:9050
|
||||
|
||||
##### logging
|
||||
LogMessageDomains 1
|
||||
Log notice file $LOG_DIR/tor-server.log
|
||||
#Log debug file $LOG_DIR/debug.log
|
||||
Log notice file $LOG_DIR/server.log
|
||||
#Log debug file $LOG_DIR/server.debug
|
||||
|
||||
##### port mappings
|
||||
TransPort 0.0.0.0:9040
|
||||
|
Loading…
x
Reference in New Issue
Block a user