tor

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

commit ec2a2a6b7afd5f37cfdc147eb12fb0c64d9ae0cf
parent 0ce32affc2d617e487fbedaac1582358fa6fb85c
Author: George Kadianakis <desnacked@riseup.net>
Date:   Tue, 12 Mar 2019 20:11:51 +0200

Fix #28525 changes file that is breaking CI.

Diffstat:
Mchanges/bug28525 | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/changes/bug28525 b/changes/bug28525 @@ -1,8 +1,7 @@ - o Minor bugfixes (address selection): + o Minor features (address selection): - Make Tor aware of the RFC 6598 (Carrier Grade NAT) IP range, which is the subnet 100.64.0.0/10. This is deployed by many ISPs as an alternative to RFC 1918 that does not break existing internal networks. This patch fixes security issues caused by RFC 6518 by blocking control ports on these addresses and warns users if client ports or ExtORPorts are listening on - a RFC 6598 address. Fixes bug 28525; bugfix on 0.4.1.1-alpha. Patch by - Neel Chauhan. + a RFC 6598 address. Closes ticket 28525. Patch by Neel Chauhan.