diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:00:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-21 21:00:50 +0000 |
commit | b79850d5748879109484a72615105c57a6de2d0a (patch) | |
tree | 09c723ff4e1c6831df27b7d46e4a93e8b11df945 /doc/tor.1.in | |
parent | e7853ba3eb9ec381b49828e42b21ab5a0f268009 (diff) | |
download | tor-b79850d5748879109484a72615105c57a6de2d0a.tar.gz tor-b79850d5748879109484a72615105c57a6de2d0a.zip |
Make "ClientOnly 1" config option disable directory ports too.
svn:r13213
Diffstat (limited to 'doc/tor.1.in')
-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 500fed0066..c3c07c4c94 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -391,7 +391,8 @@ circuit list. .LP .TP \fBClientOnly \fR\fB0\fR|\fB1\fR\fP -If set to 1, Tor will under no circumstances run as a server. The default +If set to 1, Tor will under no circumstances run as a server or serve +directory requests. The default is to run as a client unless ORPort is configured. (Usually, you don't need to set this; Tor is pretty smart at figuring out whether you are reliable and high-bandwidth enough to be a useful server.) |