diff options
author | Neel Chauhan <neel@neelc.org> | 2019-12-14 13:26:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-09 15:27:26 -0500 |
commit | 84d8dd831474fb92c22e018826c1bbe8c49ae980 (patch) | |
tree | cda63fc01d9b525f458e4e86c3c0e97f038b5743 /doc | |
parent | 9129de7017b42f1aa24c4777aa76d4053230863a (diff) | |
download | tor-84d8dd831474fb92c22e018826c1bbe8c49ae980.tar.gz tor-84d8dd831474fb92c22e018826c1bbe8c49ae980.zip |
Update tor.1 man page for Bug #22029
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ae08c31c15..c6a89ab8e2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -3619,13 +3619,14 @@ __DataDirectory__/**`hashed-fingerprint`**:: 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 - the descriptors from the given identity (fingerprint) are rejected by this - server. If it is **!invalid**, then the descriptors are accepted but marked - in the directory as not valid, that is, not recommended. + Only used by authoritative directory servers. This file lists the status + and a fingerprint/pubkey. Each line lists a status and a fingerprint + separated by whitespace. See your **fingerprint** file in the + __DataDirectory__ for an example fingerprint line. If the status is + **!reject** then descriptors from the given identity (fingerprint/pubkey) + 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 |