[tor-commits] [torspec/master] Rename DUMP->DROP, add a warning
nickm at torproject.org
nickm at torproject.org
Fri Oct 25 16:45:04 UTC 2013
commit 7c6c7fc63264c57240e42ca2040dfc5b9fd82fed
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Oct 25 12:45:02 2013 -0400
Rename DUMP->DROP, add a warning
---
control-spec.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt
index 2826876..beb6593 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1150,16 +1150,17 @@
[AUTHCHALLENGE was added in Tor FIXME.]
-3.25. DUMPGUARDS
+3.25. DROPGUARDS
The syntax is:
- "DUMPGUARDS" CRLF
+ "DROPGUARDS" CRLF
- Tells the server to drop all guard nodes.
+ Tells the server to drop all guard nodes. Do not invoke this command
+ lightly; it can increase vulnerability to tracking attacks over time.
Tor replies with "250 OK" on success.
- [DUMPGUARDS was added in Tor FIXME.]
+ [DROPGUARDS was added in Tor 0.2.5.1-alpha.]
4. Replies
More information about the tor-commits
mailing list