diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-02 20:28:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-02 20:28:29 +0000 |
commit | 2e1d31b43bf47c7f863fe04858e7771cf2667f7b (patch) | |
tree | cec70d126f6795c8be64d11241b962b1221cb4e3 /doc | |
parent | a6a45b771381e1fb091ce0f8767f262f2a09f8e2 (diff) | |
download | tor-2e1d31b43bf47c7f863fe04858e7771cf2667f7b.tar.gz tor-2e1d31b43bf47c7f863fe04858e7771cf2667f7b.zip |
Add fingerprint and contact fields to network-status specification
svn:r4895
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dir-spec.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index fe1a24a341..b01d0b3478 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -83,7 +83,11 @@ $Id$ specification, the version is "2". "dir-source" -- The hostname, current IP address, and directory port of the directory server, separated by spaces. - "dir-fingerprint" -- XXXX DOCDOC + "fingerprint" -- A base16-encoded hash of the signing key's + fingerprint, with no additional spaces added. + "contact" -- An arbitrary string describing how to contact the + directory server's administrator. Administrators should include at + least an email address and a PGP fingerprint. "dir-signing-key" -- The directory server's public signing key. "client-versions" -- A comma-separated list of recommended client versions "server-versions" -- A comma-separated list of recommended server versions |