arti 2.2.0

A rust implementation of the Tor privacy tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Run state management commands for an Arti hidden service

Usage: arti hss [OPTIONS] --nickname <NICKNAME> <COMMAND>

Commands:
  onion-address  Print the .onion address of a hidden service
  help           Print this message or the help of the given subcommand(s)

Options:
  -c, --config <FILE>                 Specify which config file(s) to read. Defaults to [File("[..]"), Dir("[..]")]
  -n, --nickname <NICKNAME>           The nickname of the service
  -o <KEY=VALUE>                      Override config file parameters, using TOML-like syntax.
  -l, --log-level <LEVEL>             Override the log level (usually one of 'trace', 'debug', 'info', 'warn', 'error').
      --disable-fs-permission-checks  Don't check permissions on the files we use.
  -h, --help                          Print help