mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Increase default required uptime for HSDirs to 25 hours
This commit is contained in:
parent
1546054d81
commit
f45261cb29
3 changed files with 7 additions and 2 deletions
5
changes/bug2649b
Normal file
5
changes/bug2649b
Normal file
|
@ -0,0 +1,5 @@
|
|||
o Minor bugfixes:
|
||||
- Change the default required uptime for a relay to be accepted as
|
||||
a HSDir from 24 hours to 25 hours. Bugfix on 0.2.0.10-alpha;
|
||||
fixes bug 2649.
|
||||
|
|
@ -1183,7 +1183,7 @@ if DirPort is non-zero):
|
|||
|
||||
**MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
|
||||
Minimum uptime of a v2 hidden service directory to be accepted as such by
|
||||
authoritative directories. (Default: 24 hours)
|
||||
authoritative directories. (Default: 25 hours)
|
||||
|
||||
**DirPort** __PORT__|**auto**::
|
||||
If this option is nonzero, advertise the directory service on this port.
|
||||
|
|
|
@ -401,7 +401,7 @@ static config_var_t _option_vars[] = {
|
|||
VAR("__HashedControlSessionPassword", LINELIST, HashedControlSessionPassword,
|
||||
NULL),
|
||||
VAR("__OwningControllerProcess",STRING,OwningControllerProcess, NULL),
|
||||
V(MinUptimeHidServDirectoryV2, INTERVAL, "24 hours"),
|
||||
V(MinUptimeHidServDirectoryV2, INTERVAL, "25 hours"),
|
||||
V(VoteOnHidServDirectoriesV2, BOOL, "1"),
|
||||
V(_UsingTestNetworkDefaults, BOOL, "0"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue