diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-04 04:35:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-04 04:35:18 +0000 |
commit | 50f0e360947418a8033383bfea6fccbebc4d1bb5 (patch) | |
tree | e3b01d9554c7ceae5a2a2ebc5b0acb0ce6bfe8c0 /doc/tor.1.in | |
parent | 88c3c84bda837c97c793c931558c3c8f48f731bb (diff) | |
download | tor-50f0e360947418a8033383bfea6fccbebc4d1bb5.tar.gz tor-50f0e360947418a8033383bfea6fccbebc4d1bb5.zip |
man page entries for TunnelDirConns and PreferTunneledDirConns
and add a todo item for nick in case he gets bored :)
svn:r9260
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 65cb8cade4..7efeaac77d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -242,9 +242,14 @@ a limited number of writes. (Default: 0) .LP .TP \fBTunnelDirConns \fR\fB0|\fR\fB1\fP -If non-zero, try to have all directory info downloaded with encrypted -connections. (Default: 1) - +If non-zero, when a directory server we contact supports it, we will +build a one-hop circuit and make an encrypted connection via its +ORPort. (Default: 0) +.LP +.TP +\fBPreferTunneledDirConns \fR\fB0|\fR\fB1\fP +If non-zero, we will avoid directory servers that don't support tunneled +directory connections, when possible. (Default: 0) .SH CLIENT OPTIONS .PP |