diff options
author | David Goulet <dgoulet@torproject.org> | 2022-08-04 09:39:15 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-08-04 13:32:56 -0400 |
commit | 681c15a32d7d484ba90a32ab4b29b85447e7430c (patch) | |
tree | ccf8a4a2ffd6db9dd1879047c77d73720c57e0b9 /doc | |
parent | eee35adf74066581f19ea687f4b5c2f0974676be (diff) | |
download | tor-681c15a32d7d484ba90a32ab4b29b85447e7430c.tar.gz tor-681c15a32d7d484ba90a32ab4b29b85447e7430c.zip |
dirauth: Add a AuthDirVoteGuard to pin Guard flags
Related to #40652
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 1814801b71..ba7cdbabc8 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -3229,6 +3229,11 @@ on the public Tor network. If set to 0, we vote Running for every relay, and don't perform these tests. (Default: 1) +[[AuthDirVoteGuard]] **AuthDirVoteGuard** __node__,__node__,__...__:: + A list of identity fingerprints or country codes or address patterns of + nodes to vote Guard for regardless of their uptime and bandwidth. See + <<ExcludeNodes,ExcludeNodes>> for more information on how to specify nodes. + [[BridgePassword]] **BridgePassword** __Password__:: If set, contains an HTTP authenticator that tells a bridge authority to serve all requested bridge information. Used by the (only partially |