tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 550037f67779fc52d08a12c5f4ffdd04d55841a9
parent 65d6b66e99a1a441805402ba8f275a63bccbf0f5
Author: Isis Lovecruft <isis@torproject.org>
Date:   Tue, 10 Apr 2018 19:21:10 +0000

changes: Add changes file for 25409.

Diffstat:
Achanges/bug25409 | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/changes/bug25409 b/changes/bug25409 @@ -0,0 +1,12 @@ + o Removed features: + - The PortForwarding and PortForwardingHelper features have been + removed. The reasoning is, given that implementations of NAT traversal + protocols within common consumer grade routers are frequently buggy, and + that the target audience for a NAT punching feature is a perhaps + less-technically-inclined relay operator, when the helper fails to setup + traversal the problems are usually deep, ugly, and very router specific, + making them horrendously impossible for technical support to reliable + assist with, and thus resulting in frustration all around. Unfortunately, + relay operators who would like to run relays behind NATs will need to + become more familiar with the port forwarding configurations on their + local router. Closes 25409.