summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-28 11:09:37 -0500
committerRoger Dingledine <arma@torproject.org>2013-03-10 20:31:53 -0400
commite4614d30e58007be1d44613d039891b6f131f50f (patch)
treec3fb910f66e84dd5c576f8de5bf4ad6e72a02e8b /changes
parent301faf281391698e44eb3a8d400b477716a74fd4 (diff)
downloadtor-e4614d30e58007be1d44613d039891b6f131f50f.tar.gz
tor-e4614d30e58007be1d44613d039891b6f131f50f.zip
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!
Diffstat (limited to 'changes')
-rw-r--r--changes/6783_big_hammer6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/6783_big_hammer b/changes/6783_big_hammer
new file mode 100644
index 0000000000..2ff3249b33
--- /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.