mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Merge branch 'maint-0.2.2'
This commit is contained in:
commit
92862c6d48
3
changes/bug5005
Normal file
3
changes/bug5005
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes:
|
||||||
|
- Update "ClientOnly" man page entry to explain that there isn't
|
||||||
|
really any point to messing with it. Resolves ticket 5005.
|
@ -579,11 +579,12 @@ The following options are useful only for clients (that is, if
|
|||||||
number like 60. (Default: 0)
|
number like 60. (Default: 0)
|
||||||
|
|
||||||
**ClientOnly** **0**|**1**::
|
**ClientOnly** **0**|**1**::
|
||||||
If set to 1, Tor will under no circumstances run as a server or serve
|
If set to 1, Tor will under no circumstances run as a relay or serve
|
||||||
directory requests. The default is to run as a client unless ORPort is
|
directory requests. This config option is mostly meaningless: we
|
||||||
configured. (Usually, you don't need to set this; Tor is pretty smart at
|
added it back when we were considering having Tor clients auto-promote
|
||||||
figuring out whether you are reliable and high-bandwidth enough to be a
|
themselves to being relays if they were stable and fast enough. The
|
||||||
useful server.) (Default: 0)
|
current behavior is simply that Tor is a client unless ORPort or
|
||||||
|
DirPort are configured. (Default: 0)
|
||||||
|
|
||||||
**ExcludeNodes** __node__,__node__,__...__::
|
**ExcludeNodes** __node__,__node__,__...__::
|
||||||
A list of identity fingerprints, nicknames, country codes and address
|
A list of identity fingerprints, nicknames, country codes and address
|
||||||
|
Loading…
Reference in New Issue
Block a user