diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-07-28 12:00:37 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-07-28 12:00:37 +0300 |
commit | 4f68fe3e6c09881af46bfedadfdcd892b026adf3 (patch) | |
tree | 08e21b33264b85577b49822eab50525254ea1fc8 /doc | |
parent | a9b287fbcc45ac5825599d42b3c024d4b8a88782 (diff) | |
parent | 43a725797bf1fcd596e2d664bc975751ad2588d2 (diff) | |
download | tor-4f68fe3e6c09881af46bfedadfdcd892b026adf3.tar.gz tor-4f68fe3e6c09881af46bfedadfdcd892b026adf3.zip |
Merge branch 'vanguards-lite-dev-rebased'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 89afe59582..2b5a1d9df7 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -1749,6 +1749,13 @@ The following options are useful only for clients (that is, if the guard-n-primary-guards consensus parameter, and default to 3 if the consensus parameter isn't set. (Default: 0) +[[VanguardsLiteEnabled]] **VanguardsLiteEnabled** **0**|**1**|**auto**:: + This option specifies whether clients should use the vanguards-lite + subsystem to protect against guard discovery attacks. If it's set to + 'auto', clients will do what the vanguards-lite-enabled consensus parameter + tells them to do, and will default to enable the subsystem if the consensus + parameter isn't set. (Default: auto) + [[UseMicrodescriptors]] **UseMicrodescriptors** **0**|**1**|**auto**:: Microdescriptors are a smaller version of the information that Tor needs in order to build its circuits. Using microdescriptors makes Tor clients |