tor

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

commit 71b68f32eb7b853e15a2d977731e572974758698
parent 616c06c0b2748db163cbb6882043d24fdbaaf335
Author: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Date:   Wed, 27 Apr 2022 01:34:09 -0400

Remove fallback-consensus rule

This rule has not been used since 4ead083dbc7 ("Do not ship a
fallback-consensus until the related bugs are fixed.") in 2008, and
fallback-consensus support was removed in f742b33d85c ("Drop
FallbackNetworkstatusFile; it never worked.").

Diffstat:
Msrc/config/include.am | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/config/include.am b/src/config/include.am @@ -12,9 +12,3 @@ EXTRA_DIST+= \ conf_DATA = src/config/torrc.sample tordata_DATA = src/config/geoip src/config/geoip6 -# fallback_consensus - -# If we don't have it, fake it. -src_config_fallback-consensus: - touch src/config/fallback-consensus -