Scratch relay achieved adding torrc documentation.
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-05-23 16:26:59 -04:00
parent b96f1fce87
commit eb50e78129
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Define this as a relay-only node
SocksPort 0 # Disables the SOCKS port since this is a relay, not a client proxy
SocksPort 0 # 0 Disables the SOCKS port since this is a relay, not a client proxy choose any port.
ORPort 9001 # The port on which Tor will accept connections from other Tor nodes
DirPort 9030 # The port on which Tor will serve directory information to other Tor nodes
ExitRelay 0 # Disables exit relay functionality to prevent traffic from exiting to the internet through this relay
ExitRelay 0 # 0 Disables exit relay functionality to prevent traffic from exiting to the internet through this relay
# Bandwidth limits
RelayBandwidthRate 100 KB # Maximum average bandwidth rate allowed for traffic (100 KB/s)