diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-06-01 10:53:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-01 10:53:32 -0400 |
commit | 2eec9ea4e8a176933813e202c5a022a6e8c97d4f (patch) | |
tree | 108ad5555ca7aa5711306273847ee94414d3014d /doc | |
parent | d4fa302646d78b58b1a6086e3f221d237a336c7b (diff) | |
download | tor-2eec9ea4e8a176933813e202c5a022a6e8c97d4f.tar.gz tor-2eec9ea4e8a176933813e202c5a022a6e8c97d4f.zip |
Clean up "Address" documentation even harder.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8df2d0be81..50283aa5eb 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -741,8 +741,10 @@ is non-zero): **Address** __address__:: The IP address or fully qualified domain name of this server (e.g. moria.mit.edu). You can leave this unset, and Tor will guess your IP - address. Note that Tor doesn't bind to this IP, use the *ListenAddress - and OutboundBindAddress options to specify the IP Tor should bind to. + address. This IP address is the one used to tell clients and other + servers where to find your Tor server; it doesn't affect the IP that your + Tor client binds to. To bind to a different address, use the + *ListenAddress and OutboundBindAddress options. **AllowSingleHopExits** **0**|**1**:: This option controls whether clients can use this server as a single hop |