diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-10-30 04:17:13 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-27 22:18:08 -0500 |
commit | f88c3038697b00f50b2da12f46fc76ee0e20d646 (patch) | |
tree | db68c911949c43bfcf596ceb62e1c20d27965f0d /changes | |
parent | 848333c6d6d65775cb787755577c4b24ae512389 (diff) | |
download | tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.tar.gz tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.zip |
Add a torrc option to specify the bind address of managed proxies.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7013 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7013 b/changes/bug7013 new file mode 100644 index 0000000000..ba78520166 --- /dev/null +++ b/changes/bug7013 @@ -0,0 +1,4 @@ + o Minor features: + - Add a new torrc option 'ServerTransportListenAddr' which allows + users to select the address where their pluggable transports + will listen for connections. |