diff options
author | Daniel 'koolfy' Faucon <koolfy@geekmx.org> | 2012-04-01 15:36:13 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-02 18:16:14 -0400 |
commit | 42143979d8c594525583ea8de15abf18636f78b1 (patch) | |
tree | 8ad36570bc160a79da41f4f084b85f23755025de /doc | |
parent | 116dcf6ca99b39173c28e7ff910ef0ec1181393d (diff) | |
download | tor-42143979d8c594525583ea8de15abf18636f78b1.tar tor-42143979d8c594525583ea8de15abf18636f78b1.tar.gz |
Add a warning about settign a bridge in MyFamily
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index bd67661a8..e73377bdf 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1182,7 +1182,8 @@ is non-zero): their identity fingerprints or nicknames. When two servers both declare 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.) + 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. **Nickname** __name__:: Set the server's nickname to \'name'. Nicknames must be between 1 and 19 |