diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-05-02 00:38:22 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-05-02 00:38:22 +0200 |
commit | b3b2a57bbf9da1edbfd7e0a53f53188720e3921e (patch) | |
tree | 6e6a045583d13ca67c70011c89cebe25d6ec30f5 /doc | |
parent | 41c0d52810b73c20711f2aa16e3a900617d1588a (diff) | |
download | tor-b3b2a57bbf9da1edbfd7e0a53f53188720e3921e.tar.gz tor-b3b2a57bbf9da1edbfd7e0a53f53188720e3921e.zip |
Clarify the implications of the "Address" option
Fixes bug 1381
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 2ae5005d8c..8df2d0be81 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -741,7 +741,8 @@ 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. + address. Note that Tor doesn't bind to this IP, use the *ListenAddress + and OutboundBindAddress options to specify the IP Tor should bind to. **AllowSingleHopExits** **0**|**1**:: This option controls whether clients can use this server as a single hop |