[or-cvs] r8501: be clearer that the *ListenAddress directives can be repeate (tor/trunk/doc)

arma at seul.org arma at seul.org
Mon Sep 25 17:33:54 UTC 2006


Author: arma
Date: 2006-09-25 13:33:53 -0400 (Mon, 25 Sep 2006)
New Revision: 8501

Modified:
   tor/trunk/doc/tor.1.in
Log:
be clearer that the *ListenAddress directives can be
repeated multiple times.


Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2006-09-25 16:06:39 UTC (rev 8500)
+++ tor/trunk/doc/tor.1.in	2006-09-25 17:33:53 UTC (rev 8501)
@@ -75,6 +75,8 @@
 strongly recommend that you leave this alone unless you know what you're
 doing, since giving attackers access to your control listener is really
 dangerous. (Default: 127.0.0.1)
+This directive can be specified multiple times to bind to multiple
+addresses/ports.
 .LP
 .TP
 \fBHashedControlPassword \fR\fIhashed_password\fP
@@ -390,8 +392,9 @@
 \fBSocksListenAddress \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.
+(e.g. 192.168.0.1:9100).
+This directive can be specified multiple times to bind to multiple
+addresses/ports.
 .LP
 .TP
 \fBSocksPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP
@@ -573,6 +576,8 @@
 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)
+This directive can be specified multiple times to bind to multiple
+addresses/ports.
 .LP
 .TP
 \fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR\fP
@@ -706,6 +711,8 @@
 \fBDirListenAddress \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)
+This directive can be specified multiple times to bind to multiple
+addresses/ports.
 .LP
 .TP
 \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP



More information about the tor-commits mailing list