🗃️ 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:
casjay
2025-02-08 11:23:22 -05:00
parent 73b44a1b4a
commit de407dec44
4 changed files with 6 additions and 19 deletions

View File

@@ -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}