tor

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

commit a9dfaafca47fb214e9f2eb64a27f8d388e948989
parent d1a0534649be02e37668073279664f513f4dc7d7
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 30 Apr 2018 16:44:30 -0400

Merge branch 'ticket24790'

Diffstat:
Mscripts/maint/updateFallbackDirs.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py @@ -173,12 +173,6 @@ MAX_LIST_FILE_SIZE = 1024 * 1024 # meant that we had to rebuild the list more often. We want fallbacks to be # stable for 2 years, so we set it to a few months. # -# There was a bug in Tor 0.2.8.1-alpha and earlier where a relay temporarily -# submits a 0 DirPort when restarted. -# This causes OnionOO to (correctly) reset its stability timer. -# Affected relays should upgrade to Tor 0.2.9 or later, which has a fix -# for this issue. -# # If a relay changes address or port, that's it, it's not useful any more, # because clients can't find it ADDRESS_AND_PORT_STABLE_DAYS = 90