aboutsummaryrefslogtreecommitdiff
path: root/changes/bug5304
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug5304')
-rw-r--r--changes/bug53046
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5304 b/changes/bug5304
new file mode 100644
index 0000000000..9afa838129
--- /dev/null
+++ b/changes/bug5304
@@ -0,0 +1,6 @@
+ o Minor features (pluggable transports):
+ - Added option OutboundBindAddressPT to torrc. This option allows users to
+ specify which IPv4 and IPv6 address they want pluggable transports to use
+ for outgoing IP packets. Tor does not have a way to enforce that the pluggable
+ transport honors this option so each pluggable transport will have to
+ implement support for this feature. Closes ticket 5304.