diff options
author | Linus Nordberg <linus@torproject.org> | 2013-10-07 09:28:44 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2013-10-07 13:33:42 +0200 |
commit | fab8fd2c18491440b37b71e140e23e6091bbbe32 (patch) | |
tree | 0f7c12555eb55061ad2dec59d65a742d95c2f67f /doc | |
parent | a6b4934037d1308e91e12378b739a2742591a40d (diff) | |
download | tor-fab8fd2c18491440b37b71e140e23e6091bbbe32.tar.gz tor-fab8fd2c18491440b37b71e140e23e6091bbbe32.zip |
Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.
Addresses ticket 9206.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a3751a28b5..d3a268d1fe 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 ------- |