diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-13 10:35:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-13 10:35:52 -0400 |
commit | 9991c5f00135c70021997945251b52df02ae562f (patch) | |
tree | 4dfc963303e2e3469275fc7721b6ec61a28d80a3 /doc | |
parent | 119896cd43f420a053c552afe390f6d66224b3b7 (diff) | |
download | tor-9991c5f00135c70021997945251b52df02ae562f.tar.gz tor-9991c5f00135c70021997945251b52df02ae562f.zip |
Clarify ClientOnly documentation
The option is unneeded, not meaningless, so explain what it does.
Patch from Matt Pagan; fixes 9059.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index c49692c69d..e4679bf3fc 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -702,12 +702,13 @@ The following options are useful only for clients (that is, if number like 60. (Default: 0) [[ClientOnly]] **ClientOnly** **0**|**1**:: - If set to 1, Tor will under no circumstances run as a relay or serve - directory requests. This config option is mostly meaningless: we - added it back when we were considering having Tor clients auto-promote - themselves to being relays if they were stable and fast enough. The - current behavior is simply that Tor is a client unless ORPort or - DirPort are configured. (Default: 0) + If set to 1, Tor will not run as a relay or serve + directory requests, even if the ORPort, ExtORPort, or DirPort options are + set. (This config option is + mostly unnecessary: we added it back when we were considering having + Tor clients auto-promote themselves to being relays if they were stable + and fast enough. The current behavior is simply that Tor is a client + unless ORPort, ExtORPort, or DirPort are configured.) (Default: 0) [[ExcludeNodes]] **ExcludeNodes** __node__,__node__,__...__:: A list of identity fingerprints, nicknames, country codes and address |