summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-08 21:48:29 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-08 21:48:29 +0000
commit5dbdc3fc22023cd18584dcd78792dd174d963759 (patch)
tree7ddb0bb1242fb08c075884cc69ad5da8544847be
parenta5896504968030da2496e0675197f2cd17cdabb4 (diff)
downloadtor-5dbdc3fc22023cd18584dcd78792dd174d963759.tar.gz
tor-5dbdc3fc22023cd18584dcd78792dd174d963759.zip
man page entry for FetchUselessDescriptors
svn:r6328
-rw-r--r--doc/tor.1.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index b00331d2b2..26ac7c0a63 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -130,6 +130,15 @@ you're using a Tor controller that handles directory fetches for you.
(Default: 1)
.LP
.TP
+\fBFetchUselessDescriptors \fR\fB0\fR|\fB1\fR\fP
+If set to 1, Tor will fetch every non-obsolete descriptor from the
+authorities that it hears about. Otherwise, it will avoid fetching
+useless descriptors, for example for routers that are not running.
+This option is useful if you're using the contributed "exitlist"
+script to enumerate Tor nodes that exit to certain addresses.
+(Default: 0)
+.LP
+.TP
\fBGroup \fR\fIGID\fP
On startup, setgid to this user.
.LP