mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
7 lines
425 B
Plaintext
7 lines
425 B
Plaintext
|
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.
|