diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-07-12 11:45:31 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-07-12 12:22:58 +0300 |
commit | 7f701794e7d8ce5cb4feb0b6fb1d4b00b68e5c5b (patch) | |
tree | 5560f9a1325cf33e5007cddca9857391e6955b2e /doc | |
parent | 7ec9a68477d3c5b6937fa39445dc6b95415abb39 (diff) | |
download | tor-7f701794e7d8ce5cb4feb0b6fb1d4b00b68e5c5b.tar.gz tor-7f701794e7d8ce5cb4feb0b6fb1d4b00b68e5c5b.zip |
Add a switch to toggle the feature on/off
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 |