diff options
author | Roger Dingledine <arma@torproject.org> | 2020-05-23 04:27:56 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-05-23 04:37:57 -0400 |
commit | d6186c7435d64cad9b516f4ee35db7fdbd8b91e7 (patch) | |
tree | 7660f11cceb0a065308cf1453b1190f8e74f3066 | |
parent | 68fe8826ddec2eefa103e4772bce35f7d1666ac3 (diff) | |
download | tor-d6186c7435d64cad9b516f4ee35db7fdbd8b91e7.tar.gz tor-d6186c7435d64cad9b516f4ee35db7fdbd8b91e7.zip |
Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours
Bugfix on 0.2.6.3-alpha; fixes bug 34299.
-rw-r--r-- | changes/bug34299 | 3 | ||||
-rw-r--r-- | doc/tor.1.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/changes/bug34299 b/changes/bug34299 new file mode 100644 index 0000000000..464cf0d18a --- /dev/null +++ b/changes/bug34299 @@ -0,0 +1,3 @@ + o Minor bugfixes (man page): + - Update the man page to reflect that MinUptimeHidServDirectoryV2 + defaults to 96 hours. Fixes bug 34299; bugfix on 0.2.6.3-alpha. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b2014842cd..88cf47f2fe 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2907,8 +2907,8 @@ on the public Tor network. networkstatus documents rather than generating its own. (Default: 0) [[MinUptimeHidServDirectoryV2]] **MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**:: - Minimum uptime of a v2 hidden service directory to be accepted as such by - authoritative directories. (Default: 25 hours) + Minimum uptime of a relay to be accepted as a hidden service directory + by directory authorities. (Default: 96 hours) [[RecommendedServerVersions]] **RecommendedServerVersions** __STRING__:: STRING is a comma-separated list of Tor versions currently believed to be |