Scratch relay achieved adding torrc documentation.
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
b96f1fce87
commit
eb50e78129
|
@ -1,8 +1,8 @@
|
||||||
# Define this as a relay-only node
|
# 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
|
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
|
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
|
# Bandwidth limits
|
||||||
RelayBandwidthRate 100 KB # Maximum average bandwidth rate allowed for traffic (100 KB/s)
|
RelayBandwidthRate 100 KB # Maximum average bandwidth rate allowed for traffic (100 KB/s)
|
||||||
|
|
Loading…
Reference in New Issue