Loading doc/tor.1.in +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading src/or/or.h +2 −2 Original line number Diff line number Diff line Loading @@ -1831,7 +1831,7 @@ typedef struct { int TransPort; int NatdPort; /**< Port to listen on for transparent natd 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. */ int DirPort; /**< Port to listen on for directory connections. */ int DNSPort; /**< Port to listen on for DNS requests. */ Loading Loading
doc/tor.1.in +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/or/or.h +2 −2 Original line number Diff line number Diff line Loading @@ -1831,7 +1831,7 @@ typedef struct { int TransPort; int NatdPort; /**< Port to listen on for transparent natd 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. */ int DirPort; /**< Port to listen on for directory connections. */ int DNSPort; /**< Port to listen on for DNS requests. */ Loading