diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:24:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:24:12 +0000 |
commit | a8d36c82432baf75f3efca93c22d59232305e2d7 (patch) | |
tree | b34812d8b5b864776c70e9e154a993a2b98b6dae | |
parent | 343242d9ae409338d638cb1854e0e053c0babf59 (diff) | |
download | tor-a8d36c82432baf75f3efca93c22d59232305e2d7.tar.gz tor-a8d36c82432baf75f3efca93c22d59232305e2d7.zip |
some more man page entries. still missing some.
svn:r12685
-rw-r--r-- | doc/tor.1.in | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 879690b818..158c081ae7 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -120,7 +120,7 @@ problem. You should \fBnot\fP enable this feature unless you encounter the "no buffer space available" issue. Reducing the TCP buffers affects window size for -for the TCP stream and will reduce throughput in proportion to round trip +the TCP stream and will reduce throughput in proportion to round trip time on long paths. (Default: 0.) .LP .TP @@ -201,6 +201,7 @@ the "no-hs" flag is \fBnot\fP set. Tor will use this authority as a bridge authoritative directory if the "bridge" flag is set. Lastly, if a flag "orport=\fBport\fR" is given, Tor will use the given port when opening encrypted tunnels to the dirserver. +[XXX020 also mention v3ident= flag here] If no \fBdirserver\fP line is given, Tor will use the default directory servers. NOTE: this option is intended @@ -704,8 +705,8 @@ The following options are useful only for servers (that is, if \fBORPort\fP is n .LP .TP \fBAddress \fR\fIaddress\fP -The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this -unset, and Tor will guess your IP. +The IP address or fqdn of this server (e.g. moria.mit.edu). You can +leave this unset, and Tor will guess your IP address. .LP .TP \fBAssumeReachable \fR\fB0\fR|\fB1\fR\fP @@ -716,6 +717,13 @@ instructs the dirserver to bypass remote reachability testing too and list all connected servers as running. .LP .TP +\fBBridgeRelay \fR\fB0\fR|\fB1\fR\fP +Sets the relay to act as a "bridge" with respect to relaying connections +from bridge users to the Tor network. Mainly it influences how the relay +will cache and serve directory information. Usually used in combination +with PublishServerDescriptor. +.LP +.TP \fBContactInfo \fR\fIemail_address\fP Administrative contact information for server. This line might get picked up by spam harvesters, so you may want to obscure the fact @@ -990,6 +998,12 @@ When this option is set, Tor accepts and serves v2 hidden service descriptors. (Default: 0) .LP .TP +\fBBridgeAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP +When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor +accepts and serves router descriptors, but it caches and serves the main +networkstatus documents rather than generating its own. (Default: 0) +.LP +.TP \fBDirPort \fR\fIPORT\fP Advertise the directory service on this port. .LP @@ -1037,8 +1051,8 @@ When this is set then .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, -it will reject the router descriptor. Defaults to 0. +elements. Otherwise, if the address is not an IP address or is a private +IP address, it will reject the router descriptor. Defaults to 0. .LP .TP \fBAuthDirBadExit \fR\fIAddressPattern\fR...\fP |