Settings
Help

Crate arti_relay

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.