[tor-dev] [PATCH 1/2] New option LocalOutboundBindAddress

2012-11-26 Thread Andrew Cady
This works just like OutboundBindAddress, but instead of excluding connections to loopback addresses, it affects only connections to loopback addresses. The whitespace in this commit is a bit nutty, in order to put whitespace changes into a separate commit. --- doc/tor.1.txt | 11

[tor-dev] [PATCH 2/2] New option LocalOutboundBindAddress: whitespace changes only

2012-11-26 Thread Andrew Cady
--- src/or/config.c | 88 +-- src/or/connection.c | 60 +-- 2 files changed, 73 insertions(+), 75 deletions(-) diff --git a/src/or/config.c b/src/or/config.c index 03e07f9..12f4f79 100644 --- a/src/or/config.c