Browse Source

Make it clear that bridges should not be set in MyFamily

Daniel 'koolfy' Faucon 12 years ago
parent
commit
116dcf6ca9
2 changed files with 4 additions and 0 deletions
  1. 2 0
      src/config/torrc.bridge.in
  2. 2 0
      src/config/torrc.sample.in

+ 2 - 0
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

+ 2 - 0
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