diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-09 01:10:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-09 01:10:17 +0000 |
commit | 26d611d27a26f4ed47c196dcea7d1952134b21be (patch) | |
tree | 26d04e4cc72d8656d3602b1a310c98e92e353496 /doc | |
parent | 82d1fdbaeabca3d0486692c2b5f9adb4d293f48b (diff) | |
download | tor-26d611d27a26f4ed47c196dcea7d1952134b21be.tar.gz tor-26d611d27a26f4ed47c196dcea7d1952134b21be.zip |
correct weasel's note in the dir spec
svn:r6107
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dir-spec.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 3cd8d0bbb3..0a1547687d 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -331,7 +331,10 @@ $Id$ The most recent descriptor for this server should be at: http://<hostname>/tor/server/authority.z - [Nothing in Tor uses this resource but it is at times handy for debugging.] + [Nothing in the Tor protocol uses this resource yet, but it is useful + for debugging purposes. Also, the official Tor implementations + (starting at 0.1.1.x) use this resource to test whether a server's + own DirPort is reachable.] A concatenated set of the most recent descriptors for all known servers should be available at: |