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.