Expand description
Configuration for the Arti command line application
Structs
Structure to hold our application configuration options
Builder for ApplicationConfig
.
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.
Builder for ArtiConfig
.
Configuration for one or more proxy listeners.
Builder for ProxyConfig
.
Configuration for system resources used by Tor.
Builder for SystemConfig
.
Constants
Example file demonstrating our our configuration and the default options.
Type Definitions
Convenience alias for the config for a whole arti
program