Expand description
A relay binary use to join the Tor network to relay anonymous communication.
NOTE: This binary is still highly experimental as in in active development, not stable and without any type of guarantee of running or even working.
ModulesΒ§
- cli π
- The command-line interface.
- config π
- Types and functions to configure a Tor Relay.
- err π
- Declare tor relay specific errors.
- relay π
- Entry point of a Tor relay that is the
TorRelay
objects
FunctionsΒ§
- init_
runtime π - Initialize a runtime.
- main π
- main_
main π - The real main without the error formatting.
- run_
relay π - Run the relay.
- start_
relay π - Initialize and start the relay.