From e4614d30e58007be1d44613d039891b6f131f50f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 Nov 2012 11:09:37 -0500 Subject: Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requests I have no idea whether b0rken clients will DoS the network if the v2 authorities all turn this on or not. It's experimental. See #6783 for a description of how to test it more or less safely, and please be careful! --- changes/6783_big_hammer | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/6783_big_hammer (limited to 'changes') diff --git a/changes/6783_big_hammer b/changes/6783_big_hammer new file mode 100644 index 000000000..2ff3249b3 --- /dev/null +++ b/changes/6783_big_hammer @@ -0,0 +1,6 @@ + o Major features (deprecation): + - There's now a "DisableV2DirectoryInfo_" option that prevents us + from serving any directory requests for v2 directory information. + This is for us to test disabling the old deprecated V2 directory + format, so that we can see whether doing so has any effect on + network load. Part of a fix for bug 6783. -- cgit v1.2.3