From: Daniel 'koolfy' Faucon Date: Thu, 29 Mar 2012 02:28:20 +0000 (+0200) Subject: Make it clear that bridges should not be set in MyFamily X-Git-Tag: tor-0.2.3.14-alpha~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=116dcf6ca99b39173c28e7ff910ef0ec1181393d;p=thirdparty%2Ftor.git Make it clear that bridges should not be set in MyFamily --- diff --git a/src/config/torrc.bridge.in b/src/config/torrc.bridge.in index 6e77ecc92f..927c7bbba2 100644 --- a/src/config/torrc.bridge.in +++ b/src/config/torrc.bridge.in @@ -140,6 +140,8 @@ DirPort 9030 # what port to advertise for directory connections ## different networks. You declare it here so Tor clients can avoid ## using more than one of your relays in a single circuit. See ## https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#MultipleServers +## However, you should never include a bridge's fingerprint here, as it would +## break its concealability and potentionally reveal its IP/TCP address. #MyFamily $keyid,$keyid,... ## A comma-separated list of exit policies. They're considered first diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 1ea5d9ff4e..17e3f0b2a4 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -144,6 +144,8 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## different networks. You declare it here so Tor clients can avoid ## using more than one of your relays in a single circuit. See ## https://www.torproject.org/docs/faq#MultipleRelays +## However, you should never include a bridge's fingerprint here, as it would +## break its concealability and potentionally reveal its IP/TCP address. #MyFamily $keyid,$keyid,... ## A comma-separated list of exit policies. They're considered first