diff options
author | teor <teor2345@gmail.com> | 2015-05-06 23:37:38 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-08-18 14:51:57 +1000 |
commit | 0cb82013cceba8ade6ae83e983b609df3a848f72 (patch) | |
tree | 12fa039a510a8bd90694aeb9a7588812ab5d4fb8 /doc | |
parent | d07fe5dffe8299f51cc2b7df06c1dd28dd9a6f0d (diff) | |
download | tor-0cb82013cceba8ade6ae83e983b609df3a848f72.tar.gz tor-0cb82013cceba8ade6ae83e983b609df3a848f72.zip |
Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPort
Fix an error in the manual page and comments for
TestingDirAuthVoteHSDir, which suggested that a
HSDir required "ORPort connectivity". While this is true,
it is in no way unique to the HSDir flag. Of all the flags,
only HSDirs need a DirPort configured in order for the
authorities to assign that particular flag.
Fixed as part of 14882. Patch by "teor".
Bugfix on 0.2.6.3 (f9d57473e1ff on 10 January 2015).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 3a54957f8f..bc706e7156 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2347,7 +2347,7 @@ The following options are used for running a testing Tor network. [[TestingDirAuthVoteHSDir]] **TestingDirAuthVoteHSDir** __node__,__node__,__...__:: A list of identity fingerprints and country codes and address patterns of nodes to vote HSDir for regardless of their - uptime and ORPort connectivity. See the **ExcludeNodes** option for more + uptime and DirPort. See the **ExcludeNodes** option for more information on how to specify nodes. + In order for this option to have any effect, **TestingTorNetwork** |