diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-25 17:33:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-25 17:33:53 +0000 |
commit | c97a8469ad15599c0eff3fd0eaff0329d7751612 (patch) | |
tree | 25dd5cf15b95024c89e86ccfa4ff806ae5b5f5df /doc/tor.1.in | |
parent | 4fe76e7b6b257cd5a1fcd95789075efe493373b0 (diff) | |
download | tor-c97a8469ad15599c0eff3fd0eaff0329d7751612.tar.gz tor-c97a8469ad15599c0eff3fd0eaff0329d7751612.zip |
be clearer that the *ListenAddress directives can be
repeated multiple times.
svn:r8501
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 5284fd645a..da4514562b 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -75,6 +75,8 @@ bind to this port rather than the one specified in ControlPort. We 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 @@ connections. (Default: 9050) \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 @@ Advertise this port to listen for connections from Tor clients and servers. 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 @@ Advertise the directory service on this port. \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 |