Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
7d2b6cac
Unverified
Commit
7d2b6cac
authored
Apr 03, 2020
by
teor
Browse files
doc: Rewrite the approved-routers man page entry
Obviously correct documentation changes.
parent
6c5c503a
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/tor.1.txt
View file @
7d2b6cac
...
...
@@ -3696,14 +3696,15 @@ __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
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.
Only used by authoritative directory servers. Each line lists a status and
an identity, separated by whitespace. Identities can be hex-encoded RSA
fingerprints, or base-64 encoded ed25519 public keys. See the
**fingerprint** file in a tor relay's __DataDirectory__ for an example
fingerprint line. If the status is **!reject**, then descriptors from the
given identity 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. In either case, the corresponding relays are not
included in the consensus.
__DataDirectory__/**`v3-status-votes`**::
Only for v3 authoritative directory servers. This file contains status
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment