mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'bug2379' into maint-0.2.2
This commit is contained in:
commit
0ee524b57f
5
changes/bug2379
Normal file
5
changes/bug2379
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
o Documentation:
|
||||||
|
- Add missing documentation for the authority-related torrc options
|
||||||
|
RephistTrackTime, BridgePassword, and V3AuthUseLegacyKey. Resolves
|
||||||
|
issue 2379.
|
||||||
|
|
@ -1253,6 +1253,11 @@ DIRECTORY AUTHORITY SERVER OPTIONS
|
|||||||
Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies
|
Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies
|
||||||
to addresses shared with directory authorities. (Default: 5)
|
to addresses shared with directory authorities. (Default: 5)
|
||||||
|
|
||||||
|
**BridgePassword** __Password__::
|
||||||
|
If set, contains an HTTP authenticator that tells a bridge authority to
|
||||||
|
serve all requested bridge information. Used for debugging. (Default:
|
||||||
|
not set.)
|
||||||
|
|
||||||
**V3AuthVotingInterval** __N__ **minutes**|**hours**::
|
**V3AuthVotingInterval** __N__ **minutes**|**hours**::
|
||||||
V3 authoritative directories only. Configures the server's preferred voting
|
V3 authoritative directories only. Configures the server's preferred voting
|
||||||
interval. Note that voting will __actually__ happen at an interval chosen
|
interval. Note that voting will __actually__ happen at an interval chosen
|
||||||
@ -1285,6 +1290,17 @@ DIRECTORY AUTHORITY SERVER OPTIONS
|
|||||||
bandiwdth-authority generated file storing information on relays' measured
|
bandiwdth-authority generated file storing information on relays' measured
|
||||||
bandwidth capacities. (Default: unset.)
|
bandwidth capacities. (Default: unset.)
|
||||||
|
|
||||||
|
**V3AuthUseLegacyKey** **0**|**1**::
|
||||||
|
If set, the directory authority will sign consensuses not only with its
|
||||||
|
own signing key, but also with a "legacy" key and certificate with a
|
||||||
|
different identity. This feature is used to migrate directory authority
|
||||||
|
keys in the event of a compromise. (Default: 0.)
|
||||||
|
|
||||||
|
**RephistTrackTime** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
|
||||||
|
Tells an authority, or other node tracking node reliability and history,
|
||||||
|
that fine-grained information about nodes can be discarded when it hasn't
|
||||||
|
changed for a given amount of time. (Default: 24 hours)
|
||||||
|
|
||||||
HIDDEN SERVICE OPTIONS
|
HIDDEN SERVICE OPTIONS
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user