Module arti::cfg

source · []
Expand description

Configuration for the Arti command line application

Structs

Structure to hold our application configuration options

Structure to hold Arti’s configuration options, whether from a configuration file or the command line. These options are declared in a public crate outside of arti so that other applications can parse and use them, if desired. If you’re only embedding arti via arti-client, and you don’t want to use Arti’s configuration format, use arti_client::TorClientConfig instead.

Configuration for one or more proxy listeners.

Configuration for system resources used by Tor.

Constants

Default options to use for our configuration.

Type Definitions

Convenience alias for the config for a whole arti program