diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-10 00:19:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-10 00:19:04 +0000 |
commit | d150d458a7267ec8e2eab2de152cf71a36565eb3 (patch) | |
tree | 451aa66c92e8ced0d827f117965820e4eb952143 /doc | |
parent | 6e3df97c82de84cc5728703ea49705ee7d3bbc1c (diff) | |
download | tor-d150d458a7267ec8e2eab2de152cf71a36565eb3.tar.gz tor-d150d458a7267ec8e2eab2de152cf71a36565eb3.zip |
DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodes
svn:r2764
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 8617f0c0fd..94fbf7a90d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -90,7 +90,8 @@ The following options are useful only for clients (that is, if \fBSOCKSPort\fP i \fBAllowUnverifiedNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP Where on our circuits should we allow Tor servers that the directory servers haven't authenticated as "verified"? (Default: middle,rendezvous.) -\fBdirfetchpostperiod \fR\fIseconds\fP +.TP +\fBDirFetchPostPeriod \fR\fIseconds\fP Every N seconds, Tor downloads a fresh directory, and re-uploads information about hidden services to the directory servers. If running as a server, Tor also re-uploads information about itself to |