diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:38:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:38:33 -0400 |
commit | 4c9bd06d0d3d0ce8150c065a51fd432c6e689b0c (patch) | |
tree | aa62cef9fbec523a25a97ddfaa43e9cf94137fc0 /doc/tor.1.txt | |
parent | 699af20e9ad7c9349971c1e6a37bafe908c86b5f (diff) | |
parent | 0ee524b57f35460229725c7a43f28ab73bfaa3fa (diff) | |
download | tor-4c9bd06d0d3d0ce8150c065a51fd432c6e689b0c.tar.gz tor-4c9bd06d0d3d0ce8150c065a51fd432c6e689b0c.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8599fdc19b..fcee7484ab 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1294,6 +1294,11 @@ DIRECTORY AUTHORITY SERVER OPTIONS Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies 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**:: V3 authoritative directories only. Configures the server's preferred voting interval. Note that voting will __actually__ happen at an interval chosen @@ -1326,6 +1331,17 @@ DIRECTORY AUTHORITY SERVER OPTIONS bandiwdth-authority generated file storing information on relays' measured 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 ---------------------- |