Scroll to navigation

vanguards(1) User Commands vanguards(1)

NAME

vanguards - Additional protections for Tor onion services

SYNOPSIS

vanguards [-h] [--state STATE_FILE] [--generate_config WRITE_FILE] [--loglevel LOGLEVEL] [--logfile LOGFILE] [--config CONFIG_FILE] [--control_ip CONTROL_IP] [--control_port CONTROL_PORT] [--control_socket CONTROL_SOCKET] [--control_pass CONTROL_PASS] [--disable_bandguards] [--disable_rendguard] [--enable_cbtverify]

DESCRIPTION

Connect to a Tor process via its control port to manage additional protections for onion services.

show help message and exit
File to store vanguard state
Write config to a file after applying command args
Log verbosity (DEBUG, INFO, NOTICE, WARN, or ERROR)
Log to LOGFILE instead of stdout
Location of config file with more advanced settings
The IP address of the Tor Control Port to connect to (default: 127.0.0.1)
The Tor Control Port to connect to (default: 9051)
The Tor Control Socket path to connect to
The Tor Control Port password (optional)
Reconnect attempt limit on failure (default: Infinite)
Set and write layer2 and layer3 guards to torrc and exit.
Disable setting any layer2 and layer3 guards.
Disable circuit side channel checks (may help performance)
Disable rendezvous misuse checks (may help performance)
Enable Circuit Build Time monitoring

SEE ALSO

tor(1)

https://github.com/mikeperry-tor/vanguards/blob/master/README.md

July 2018 vanguards