]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note contactinfo and myfamily as required in more places
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Dec 2017 16:10:14 +0000 (11:10 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Jan 2018 17:33:30 +0000 (12:33 -0500)
Includes a sentence from cypherpunks; for ticket 24526.

changes/bug24526 [new file with mode: 0644]
doc/tor.1.txt
src/config/torrc.minimal.in-staging
src/config/torrc.sample.in

diff --git a/changes/bug24526 b/changes/bug24526
new file mode 100644 (file)
index 0000000..4d69def
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation:
+    - Document that operators who run more than one relay or bridge are
+      expected to set MyFamily and ContactInfo correctly. Closes ticket
+      24526.
index b2218e33cc8c9bc0e3b8266c20c4aea592c9c8c7..c0618ba85563f58b1b28e928b4b026374d68c585 100644 (file)
@@ -1720,7 +1720,12 @@ is non-zero):
     descriptors containing these lines and that Google indexes them, so
     spammers might also collect them. You may want to obscure the fact
     that it's an email address and/or generate a new address for this
-    purpose.
+    purpose. +
+ +
+    ContactInfo **must** be set to a working address if you run more than one
+    relay or bridge.  (Really, everybody running a relay or bridge should set
+    it.)
+
 
 [[ExitRelay]] **ExitRelay** **0**|**1**|**auto**::
     Tells Tor whether to run as an exit relay.  If Tor is running as a
@@ -1948,7 +1953,11 @@ is non-zero):
     compromise its concealment. +
  +
     When listing a node, it's better to list it by fingerprint than by
-    nickname: fingerprints are more reliable.
+    nickname: fingerprints are more reliable. +
+ +
+    MyFamily **must** be set correctly if you run more than one relay or
+    bridge. (That is, every relay should list all the others as described
+    above.)
 
 [[Nickname]] **Nickname** __name__::
     Set the server's nickname to \'name'. Nicknames must be between 1 and 19
index c537c51f9b3d42a1cd49b648615de873de78bfe3..299f1685d7ea75486b7dc6e1a668062e0fbdb621 100644 (file)
 ## spammers might also collect them. You may want to obscure the fact that
 ## it's an email address and/or generate a new address for this purpose.
 ## Notice that "<" and ">" are recommended.
+##
+## If you are running multiple relays, you MUST set this option.
+##
 #ContactInfo Random Person <nobody AT example dot com>
 ## You might also include your PGP or GPG fingerprint if you have one.
 ## Use the full fingerprint, not just a (short) KeyID: KeyIDs are easy
 ## 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 potentially reveal its IP/TCP address.
+##
+## If you are running multiple relays, you MUST set this option.
+##
 #MyFamily $keyid,$keyid,...
 
 ## A comma-separated list of exit policies. They're considered first
index 8f3597f3f6c6443cae4cb52dda71f0932320da5b..8923d4602f1bea2b37a87e838b96353067660695 100644 (file)
 ## descriptors containing these lines and that Google indexes them, so
 ## spammers might also collect them. You may want to obscure the fact that
 ## it's an email address and/or generate a new address for this purpose.
+##
+## If you are running multiple relays, you MUST set this option.
+##
 #ContactInfo Random Person <nobody AT example dot com>
 ## You might also include your PGP or GPG fingerprint if you have one:
 #ContactInfo 0xFFFFFFFF Random Person <nobody AT example dot com>
 ## https://www.torproject.org/docs/faq#MultipleRelays
 ## However, you should never include a bridge's fingerprint here, as it would
 ## break its concealability and potentially reveal its IP/TCP address.
+##
+## If you are running multiple relays, you MUST set this option.
+##
 #MyFamily $keyid,$keyid,...
 
 ## A comma-separated list of exit policies. They're considered first