diff options
author | Peter Palfrader <peter@palfrader.org> | 2010-03-02 18:58:28 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-03-02 12:58:50 -0500 |
commit | 9d3a985a83f358677139c6ac0b6ec32eaaaaf0a3 (patch) | |
tree | 37c657144f1da42498ed5375c64599ba0cc32d9b | |
parent | 9caecc1e482a057751a4802a0e50c95099685e36 (diff) | |
download | tor-9d3a985a83f358677139c6ac0b6ec32eaaaaf0a3.tar.gz tor-9d3a985a83f358677139c6ac0b6ec32eaaaaf0a3.zip |
Note an exception to when we use OutboundBindAddress
-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 d999344b48..2ae5005d8c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -320,7 +320,8 @@ Other options can be specified either on the command-line (--option **OutboundBindAddress** __IP__:: Make all outbound connections originate from the IP address specified. This is only useful when you have multiple network interfaces, and you want all - of Tor's outgoing connections to use a single one. + of Tor's outgoing connections to use a single one. This setting will be + ignored for connections to the loopback addresses (127.0.0.0/8 and ::1). **PidFile** __FILE__:: On startup, write our PID to FILE. On clean shutdown, remove |