]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPort
authorteor <teor2345@gmail.com>
Wed, 6 May 2015 13:37:38 +0000 (23:37 +1000)
committerteor <teor2345@gmail.com>
Tue, 18 Aug 2015 04:51:57 +0000 (14:51 +1000)
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).

doc/tor.1.txt
src/or/or.h

index 3a54957f8fbf71de32ecd182460bfc282719b046..bc706e7156f559c51b58af249aa751a6bb147ef8 100644 (file)
@@ -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**
index f6aee13f5b4005358d2c5a58850d56e0e2987a6f..4a313515f4512029d690f0e3367dc48787862202 100644 (file)
@@ -4100,7 +4100,7 @@ typedef struct {
   routerset_t *TestingDirAuthVoteGuard;
 
   /** Relays in a testing network which should be voted HSDir
-   * regardless of uptime and ORPort connectivity.
+   * regardless of uptime and DirPort.
    * Respects VoteOnHidServDirectoriesV2. */
   routerset_t *TestingDirAuthVoteHSDir;