diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-21 06:08:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-21 06:08:00 +0000 |
commit | 9ebf86bb668ac7672cf09d55ec9b5756105f95ae (patch) | |
tree | 07873842db07079417cee511ce81cb13637c0db1 /doc/tor.1.in | |
parent | f0e7c4f0da87901584b4b03e7b50157ce607b88e (diff) | |
download | tor-9ebf86bb668ac7672cf09d55ec9b5756105f95ae.tar.gz tor-9ebf86bb668ac7672cf09d55ec9b5756105f95ae.zip |
new config option FetchDirInfoEarly for tup/ioerror and the tordnsel
svn:r12896
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 4d827c34fd..4fb0558e74 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -211,6 +211,13 @@ you use it, you will be distinguishable from other users, because you won't believe the same authorities they do. .LP .TP +\fBFetchDirInfoEarly \fR\fB0\fR|\fB1\fR\fP +If set to 1, Tor will always fetch directory information like other +directory caches, even if you don't meet the normal criteria for +fetching early. Normal users should leave it off. +(Default: 0) +.LP +.TP \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP If set to 0, Tor will never fetch any hidden service descriptors from the rendezvous directories. This option is only useful if you're using |