diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-01-11 23:21:25 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-01-11 23:21:25 +0000 |
commit | 2d964c225fa776546692be83af6db73fc2ac8b32 (patch) | |
tree | dd3231c2894b548c02e3f2c08e66c44b58f0679e /doc/tor.1.in | |
parent | e27bf78f7a1e639900c88d1a1b45db0de55db1a1 (diff) | |
download | tor-2d964c225fa776546692be83af6db73fc2ac8b32.tar.gz tor-2d964c225fa776546692be83af6db73fc2ac8b32.zip |
Document RecommendedServerVersions and RecommendedClientVersions
svn:r5811
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c301f92795..5d08e4229e 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -209,7 +209,7 @@ is to run as a client unless ORPort is configured. (Usually, you don't need to set this; Tor is pretty smart at figuring out whether you are reliable and high-bandwidth enough to be a useful server.) -This option will likely be deprecated in the future; see the NoPublish +This option will likely be deprecated in the future; see the \fBNoPublish\fP option below. (Default: 0) .LP .TP @@ -551,6 +551,20 @@ option can appear multiple times: the values from multiple lines are spliced together. .LP .TP +\fBRecommendedClientVersions \fR\fISTRING\fP +STRING is a command-separated list of Tor versions currently believed +to be safe for clients to use. This information is included in version 2 +directories. If this is not set then the value of \fBRecommendedVersions\fR +is used. +.LP +.TP +\fBRecommendedServerVersions \fR\fISTRING\fP +STRING is a command-separated list of Tor versions currently believed +to be safe for servers to use. This information is included in version 2 +directories. If this is not set then the value of \fBRecommendedVersions\fR +is used. +.LP +.TP \fBDirAllowPrivateAddresses \fR\fB0\fR|\fB1\fR\fP If set to 1, Tor will accept router descriptors with arbitrary "Address" elements. Otherwise, if the address is not an IP or is a private IP, |