[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clean up the man page to describe FooBindAddress better.
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] clean up the man page to describe FooBindAddress better.
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Thu, 12 May 2005 08:58:52 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 12 May 2005 08:59:13 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
tor.1.in
Log Message:
clean up the man page to describe FooBindAddress better.
Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- tor.1.in 1 May 2005 22:15:13 -0000 1.76
+++ tor.1.in 12 May 2005 12:58:49 -0000 1.77
@@ -215,12 +215,15 @@
A list of nodes to never use when choosing a rendezvous point.
.TP
\fBSOCKSPort \fR\fIPORT\fP
-Bind to this port to listen for connections from SOCKS-speaking applications.
-Set this to 0 if you don't want to allow application connections. (Default:
-9050)
+Advertise this port to listen for connections from SOCKS-speaking
+applications. Set this to 0 if you don't want to allow application
+connections. (Default: 9050)
.TP
-\fBSOCKSBindAddress \fR\fIIP\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.
+\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.
.TP
\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.
@@ -311,10 +314,12 @@
How many processes to use at once for decrypting onionskins. (Default: 1)
.TP
\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
-\fBORBindAddress \fR\fIIP\fP
-Bind to this address to listen for connections from Tor clients and servers. (Default: 0.0.0.0)
+\fBORBindAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
+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
\fBRedirectExit \fR\fIpattern target\fP
Whenever an outgoing connection tries to connect to one of a given set
@@ -379,10 +384,11 @@
admins at tor-ops@xxxxxxxxxxxxx if you think you should be a directory.
.TP
\fBDirPort \fR\fIPORT\fP
-Bind the directory service to this port.
+Advertise the directory service on this port.
.TP
-\fBDirBindAddress \fR\fIIP\fP
-Bind the directory service to this address. (Default: 0.0.0.0)
+\fBDirBindAddress \fR\fIIP\fR[:\fIPORT\fR]\fP
+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
\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.