diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-05 20:54:53 +0000 |
commit | 0a27f02b9c5082c6dffcdd2e1e324f4f516d9ab6 (patch) | |
tree | 331be7abbb30097726451c3ba3cb27079b26b7ab /doc/tor.1.in | |
parent | 210beff55a17643d54c0d7142d9662a97d8fd51d (diff) | |
download | tor-0a27f02b9c5082c6dffcdd2e1e324f4f516d9ab6.tar.gz tor-0a27f02b9c5082c6dffcdd2e1e324f4f516d9ab6.zip |
r13267@catbus: nickm | 2007-06-05 16:54:20 -0400
Man page and small tweaks for last patch.
svn:r10505
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 6b068c467d..cf6a05a6ac 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -121,6 +121,11 @@ This directive can be specified multiple times to bind to multiple addresses/ports. .LP .TP +\fBControlSocket \fR\fIPath\fP +Like ControlPort, but listens on a Unix domain socket, rather than a TCP +socket. (Unix and Unix-like systems only.) +.LP +.TP \fBHashedControlPassword \fR\fIhashed_password\fP Don't allow any connections on the control port except when the other process knows the password whose one-way hash is \fIhashed_password\fP. You can |