clean up the man page to describe FooBindAddress better.

svn:r4196
This commit is contained in:
Roger Dingledine 2005-05-12 12:58:49 +00:00
parent 0b15170cf3
commit b010574328

View File

@ -215,12 +215,15 @@ A list of preferred nodes to use for the rendezvous point, if possible.
A list of nodes to never use when choosing a rendezvous point. A list of nodes to never use when choosing a rendezvous point.
.TP .TP
\fBSOCKSPort \fR\fIPORT\fP \fBSOCKSPort \fR\fIPORT\fP
Bind to this port to listen for connections from SOCKS-speaking applications. Advertise this port to listen for connections from SOCKS-speaking
Set this to 0 if you don't want to allow application connections. (Default: applications. Set this to 0 if you don't want to allow application
9050) connections. (Default: 9050)
.TP .TP
\fBSOCKSBindAddress \fR\fIIP\fP \fBSOCKSBindAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
Bind to this address to listen for connections from SOCKS-speaking applications. (Default: 127.0.0.1) You can also specify a port (e.g. 192.168.0.1:9100). This directive can be specified multiple times to bind to multiple addresses/ports. Bind to this address to listen for connections from SOCKS-speaking
applications. (Default: 127.0.0.1) You can also specify a port
(e.g. 192.168.0.1:9100). This directive can be specified multiple times
to bind to multiple addresses/ports.
.TP .TP
\fBSOCKSPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP \fBSOCKSPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
Set an entrance policy for this server, to limit who can connect to the SOCKS ports. The policies have the same form as exit policies below. Set an entrance policy for this server, to limit who can connect to the SOCKS ports. The policies have the same form as exit policies below.
@ -311,10 +314,12 @@ Set the server's nickname to 'name'.
How many processes to use at once for decrypting onionskins. (Default: 1) How many processes to use at once for decrypting onionskins. (Default: 1)
.TP .TP
\fBORPort \fR\fIPORT\fP \fBORPort \fR\fIPORT\fP
Bind to this port to listen for connections from Tor clients and servers. Advertise this port to listen for connections from Tor clients and servers.
.TP .TP
\fBORBindAddress \fR\fIIP\fP \fBORBindAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
Bind to this address to listen for connections from Tor clients and servers. (Default: 0.0.0.0) Bind to this IP address to listen for connections from Tor clients and
servers. If you specify a port, bind to this port rather than the one
specified in ORPort. (Default: 0.0.0.0)
.TP .TP
\fBRedirectExit \fR\fIpattern target\fP \fBRedirectExit \fR\fIpattern target\fP
Whenever an outgoing connection tries to connect to one of a given set Whenever an outgoing connection tries to connect to one of a given set
@ -379,10 +384,11 @@ probably do not want to set this option. Please coordinate with the other
admins at tor-ops@freehaven.net if you think you should be a directory. admins at tor-ops@freehaven.net if you think you should be a directory.
.TP .TP
\fBDirPort \fR\fIPORT\fP \fBDirPort \fR\fIPORT\fP
Bind the directory service to this port. Advertise the directory service on this port.
.TP .TP
\fBDirBindAddress \fR\fIIP\fP \fBDirBindAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
Bind the directory service to this address. (Default: 0.0.0.0) Bind the directory service to this address. If you specify a port, bind
to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
.TP .TP
\fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
Set an entrance policy for this server, to limit who can connect to the directory ports. The policies have the same form as exit policies above. Set an entrance policy for this server, to limit who can connect to the directory ports. The policies have the same form as exit policies above.