mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r13267@catbus: nickm | 2007-06-05 16:54:20 -0400
Man page and small tweaks for last patch. svn:r10505
This commit is contained in:
parent
210beff55a
commit
0a27f02b9c
@ -121,6 +121,11 @@ This directive can be specified multiple times to bind to multiple
|
|||||||
addresses/ports.
|
addresses/ports.
|
||||||
.LP
|
.LP
|
||||||
.TP
|
.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
|
\fBHashedControlPassword \fR\fIhashed_password\fP
|
||||||
Don't allow any connections on the control port except when the other process
|
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
|
knows the password whose one-way hash is \fIhashed_password\fP. You can
|
||||||
|
@ -1831,8 +1831,8 @@ typedef struct {
|
|||||||
int TransPort;
|
int TransPort;
|
||||||
int NatdPort; /**< Port to listen on for transparent natd connections. */
|
int NatdPort; /**< Port to listen on for transparent natd connections. */
|
||||||
int ControlPort; /**< Port to listen on for control connections. */
|
int ControlPort; /**< Port to listen on for control connections. */
|
||||||
config_line_t * ControlSocket; /**< Unix Domain Socket to listen on
|
config_line_t *ControlSocket; /**< List of Unix Domain Sockets to listen on
|
||||||
* for control connections. */
|
* for control connections. */
|
||||||
int DirPort; /**< Port to listen on for directory connections. */
|
int DirPort; /**< Port to listen on for directory connections. */
|
||||||
int DNSPort; /**< Port to listen on for DNS requests. */
|
int DNSPort; /**< Port to listen on for DNS requests. */
|
||||||
int AssumeReachable; /**< Whether to publish our descriptor regardless. */
|
int AssumeReachable; /**< Whether to publish our descriptor regardless. */
|
||||||
|
Loading…
Reference in New Issue
Block a user