summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2009-08-08 19:15:22 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2009-08-08 19:15:22 -0700
commit33762b529694f58d7640ebcbef1bc0f940419c89 (patch)
tree14eee546197e1a6406e9b292d49c492e5346f64f /doc
parent07d95440ef3430f74dfe0fa68f7d84eec9a17f3e (diff)
downloadtor-33762b529694f58d7640ebcbef1bc0f940419c89.tar.gz
tor-33762b529694f58d7640ebcbef1bc0f940419c89.zip
LetsKillNoConnect removes support for .noconnect
This is a patch to remove support for .noconnect. We are removing .noconnect because of a talk at Defcon 17 by Gregory Fleischer.
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/address-spec.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/spec/address-spec.txt b/doc/spec/address-spec.txt
index 95641b49b8..fdae9b82a4 100644
--- a/doc/spec/address-spec.txt
+++ b/doc/spec/address-spec.txt
@@ -53,15 +53,3 @@
When Tor sees an address in this format, it tries to look up and connect to
the specified hidden service. See rend-spec.txt for full details.
-4. .noconnect
-
- SYNTAX: [string].noconnect
-
- When Tor sees an address in this format, it immediately closes the
- connection without attaching it to any circuit. This is useful for
- controllers that want to test whether a given application is indeed using
- the same instance of Tor that they're controlling.
-
-5. [XXX Is there a ".virtual" address that we expose too, or is that
-just intended to be internal? -RD]
-