mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/unbound/unbound.conf 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:
@@ -266,10 +266,6 @@ LogMessageDomains 1
|
||||
Log notice file $LOG_DIR/relay.log
|
||||
#Log debug file $LOG_DIR/relay.debug
|
||||
|
||||
##### ExitPolicy
|
||||
#ExitPolicy accept *:*
|
||||
#ExitPolicy accept6 [::]:*
|
||||
|
||||
##### Relay Settings
|
||||
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:${TOR_RELAY_PORT:-57000}
|
||||
@@ -277,7 +273,6 @@ ORPort ${TOR_RELAY_OR_PORT:-57001}
|
||||
DirPort ${TOR_RELAY_DIR_PORT:-57002}
|
||||
|
||||
ExitRelay 1
|
||||
BridgeRelay 0
|
||||
PublishServerDescriptor 1
|
||||
ContactInfo ${TOR_RELAY_ADMIN:-tor-admin@$HOSTNAME}
|
||||
Nickname ${TOR_RELAY_NICK_NAME:-$RANDOM_NICK}
|
||||
|
||||
Reference in New Issue
Block a user