aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2013-10-07 09:28:44 +0200
committerLinus Nordberg <linus@torproject.org>2013-10-07 13:33:42 +0200
commitfab8fd2c18491440b37b71e140e23e6091bbbe32 (patch)
tree0f7c12555eb55061ad2dec59d65a742d95c2f67f /doc
parenta6b4934037d1308e91e12378b739a2742591a40d (diff)
downloadtor-fab8fd2c18491440b37b71e140e23e6091bbbe32.tar
tor-fab8fd2c18491440b37b71e140e23e6091bbbe32.tar.gz
Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.
Addresses ticket 9206.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index a3751a28b..d3a268d1f 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2141,6 +2141,15 @@ The following options are used for running a testing Tor network.
Try this often to download a v3 authority certificate before giving up.
Changing this requires that **TestingTorNetwork** is set. (Default: 8)
+**TestingDirAuthVoteGuard** __node__,__node__,__...__::
+ A list of identity fingerprints, nicknames, country codes and
+ address patterns of nodes to vote Guard for regardless of their
+ uptime and bandwidth. See the **ExcludeNodes** option for more
+ information on how to specify nodes.
+ +
+ In order for this option to have any effect, **TestingTorNetwork**
+ has to be set.
+
SIGNALS
-------