mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 7m27s
All checks were successful
release-tag / release-image (push) Successful in 7m27s
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:
@@ -277,9 +277,11 @@ ORPort ${TOR_BRIDGE_OR_PORT:-57004}
|
||||
DirPort ${TOR_BRIDGE_DIR_PORT:-57005}
|
||||
Nickname ${TOR_BRIDGE_NICK_NAME:-$RANDOM_NICK}
|
||||
ContactInfo ${TOR_BRIDGE_ADMIN:-tor-admin@$HOSTNAME}
|
||||
AccountingMax ${TOR_BRIDGE_ACCOUNT_MAX:-2000 GBytes}
|
||||
PublishServerDescriptor 1
|
||||
AccountingMax ${TOR_BRIDGE_ACCOUNT_MAX:-250 GBytes}
|
||||
RelayBandwidthRate ${TOR_BRIDGE_BANDWIDTH_RATE:-96 KB}
|
||||
RelayBandwidthBurst ${TOR_BRIDGE_BANDWIDTH_BURST:-192 KB}
|
||||
AccountingStart month 1 00:00
|
||||
PublishServerDescriptor 1
|
||||
|
||||
# Block ports
|
||||
ExitPolicy reject *:25
|
||||
|
||||
Reference in New Issue
Block a user