diff options
author | Patrick R McDonald <marlowe@antagonism.org> | 2013-03-25 17:31:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-27 21:56:42 -0400 |
commit | 5a3eacf88c89c4d29cac2e324a381a3fd4982fa1 (patch) | |
tree | 34a977ede89d5f5398fa56eff927582fd14aeb57 /doc/tor.1.txt | |
parent | 7f8098d2d0e719f3ea9e35a7f930477f8fc7682a (diff) | |
download | tor-5a3eacf88c89c4d29cac2e324a381a3fd4982fa1.tar tor-5a3eacf88c89c4d29cac2e324a381a3fd4982fa1.tar.gz |
First try on ticket 8590
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5727ec30f..5dc4bc81f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1431,7 +1431,9 @@ is non-zero): that they are in the same \'family', Tor clients will not use them in the same circuit. (Each server only needs to list the other servers in its family; it doesn't need to list itself, but it won't hurt.) Do not list - any bridge relay as it would compromise its concealment. + any bridge relay as it would compromise its concealment. When listing a + node, it is preferable to do so as a fingerprint as opposed to a nickname + as fingerprints are a more reliable mechanism for identifying a node. **Nickname** __name__:: Set the server's nickname to \'name'. Nicknames must be between 1 and 19 |