Merge remote-tracking branch 'asn/bug4567_rebased'

This commit is contained in:
Nick Mathewson
2012-09-06 10:12:28 -04:00
17 changed files with 657 additions and 319 deletions
+3
View File
@@ -0,0 +1,3 @@
o Major features:
- Automatically forward the TCP ports of pluggable transport
proxies using tor-fw-helper if PortForwarding is enabled.
+4
View File
@@ -0,0 +1,4 @@
o Code refactoring:
- Tweak tor-fw-helper to accept an arbitrary amount of arbitrary
TCP ports to forward. In the past it only accepted two ports:
the ORPort and the DirPort.