Add a torrc option to specify the bind address of managed proxies.

This commit is contained in:
George Kadianakis
2012-10-30 04:17:13 +02:00
committed by Nick Mathewson
parent 848333c6d6
commit f88c303869
6 changed files with 125 additions and 1 deletions
+4
View File
@@ -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.