aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-25 12:35:38 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-25 12:35:38 -0400
commitf2f1cab2b3c6a56f93862c424663f083b79c7bc3 (patch)
tree55467525f4de75204d1c151d49ebb37d1f1dae6f /doc
parentb91dce9454c3db669a07968b25a4fa03d8526917 (diff)
downloadtor-f2f1cab2b3c6a56f93862c424663f083b79c7bc3.tar.gz
tor-f2f1cab2b3c6a56f93862c424663f083b79c7bc3.zip
Restore documentation for approved-routers
We removed this documentation in 607724c696a6e, when we removed Naming Authoritative Directories, but actually this file is still used by authorities to indicate rejected and invalid fingerprints. Closes ticket 21148.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 03af9c4be8..85af8c3a3d 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2868,6 +2868,16 @@ __DataDirectory__**/hashed-fingerprint**::
Only used by bridges. Holds the hashed fingerprint of the bridge's
identity key. (That is, the hash of the hash of the identity key.)
+__DataDirectory__**/approved-routers**::
+ Only used by authoritative directory servers. This file lists
+ the status of routers by their identity fingerprint.
+ Each line lists a status and a fingerprint separated by
+ whitespace. See your **fingerprint** file in the __DataDirectory__ for an
+ example line. If the status is **!reject** then descriptors from the
+ given identity (fingerprint) are rejected by this server. If it is
+ **!invalid** then descriptors are accepted but marked in the directory as
+ not valid, that is, not recommended.
+
__DataDirectory__**/v3-status-votes**::
Only for v3 authoritative directory servers. This file contains
status votes from all the authoritative directory servers.