commit 42143979d8c594525583ea8de15abf18636f78b1 Author: Daniel 'koolfy' Faucon koolfy@geekmx.org Date: Sun Apr 1 15:36:13 2012 +0200
Add a warning about settign a bridge in MyFamily --- 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 bd67661..e73377b 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
tor-commits@lists.torproject.org