]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document hs dht min uptime change in privnets
authorSebastian Hahn <sebastian@torproject.org>
Mon, 8 Nov 2010 07:34:03 +0000 (08:34 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 10 Nov 2010 14:48:26 +0000 (15:48 +0100)
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2
defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a
changes file.

changes/minuptimehs [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/minuptimehs b/changes/minuptimehs
new file mode 100644 (file)
index 0000000..d7474d2
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor features:
+    - Make hidden services work better in private networks by not requiring
+      any uptime to join the dht. Implements ticket 2088.
index 29e49e8d4bb8ef54506d2fddae7585dc9921f096..f7cccb5215cca86ce31cc075d33f94d056604dce 100644 (file)
@@ -1267,6 +1267,7 @@ The following options are used for running a testing Tor network.
        V3AuthVotingInterval 5 minutes
        V3AuthVoteDelay 20 seconds
        V3AuthDistDelay 20 seconds
+       MinUptimeHidServDirectoryV2 0 seconds
        TestingV3AuthInitialVotingInterval 5 minutes
        TestingV3AuthInitialVoteDelay 20 seconds
        TestingV3AuthInitialDistDelay 20 seconds