diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-29 18:42:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-29 18:42:49 -0500 |
commit | e718397880e47f7b194c5c05112df37eb0e86371 (patch) | |
tree | aeba141a1098161e80ed3889ed39c8b4182af978 | |
parent | da6c136817983e30349e9733891239b05aa66f09 (diff) | |
download | tor-e718397880e47f7b194c5c05112df37eb0e86371.tar.gz tor-e718397880e47f7b194c5c05112df37eb0e86371.zip |
Correct manpage entry for DynamicDHGroups
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 009ba412a6..53d614a8a6 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -245,10 +245,10 @@ Other options can be specified either on the command-line (--option distinguishable from other users, because you won't believe the same authorities they do. -**DynamicPrimes** **0**|**1**:: - If this option is set to 1, use a dynamic Diffie-Hellman prime - modulus instead of using the modulus of Apache's mod_ssl. This - option might help circumvent censorship based on static +**DynamicDHGroups** **0**|**1**:: + If this option is set to 1, when running as a server, generate our + own Diffie-Hellman group instead of using the one from Apache's mod_ssl. + This option may help circumvent censorship based on static Diffie-Hellman parameters. (Default: 1). **AlternateDirAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ + |