Crate arti_relay

Source
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.