Dzahn has submitted this change and it was merged. Change subject: tor: set family config option ......................................................................
tor: set family config option "If you do decide to run more than one relay, please set the "MyFamily" config option in the torrc of each relay, listing all the relays (comma-separated) that are under your control: MyFamily $fingerprint1,$fingerprint2,$fingerprint3 where each fingerprint is the 40 character identity fingerprint (without spaces). That way clients will know to avoid using more than one of your relays in a single circuit. You should set MyFamily if you have administrative control of the computers or of their network, even if they're not all in the same geographic location." https://www.torproject.org/docs/faq.html.en Change-Id: I25cb2aa2794ae5ca35183b4db02b978331567911 --- M modules/tor/templates/torrc.erb 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/tor/templates/torrc.erb b/modules/tor/templates/torrc.erb index 07dfe8c..980d234 100644 --- a/modules/tor/templates/torrc.erb +++ b/modules/tor/templates/torrc.erb @@ -35,12 +35,10 @@ # admin mail contact ContactInfo <%= @contact %> -# if we run more than one relay we should set this -# get it from /var/lib/tor/fingerprint # "You should set MyFamily if you have administrative control # of the computers or of their network, even if they're not # all in the same geographic location." -# MyFamily $fingerprint1,$fingerprint2,$fingerprint3 +MyFamily DB19E709C9EDB903F75F2E6CA95C84D637B62A02,265E5ABBF2E5846443901E878146060148EFEA44 # "try to write to disk less frequently than we would otherwise" # we enable this because we are on a box with SSD -- To view, visit https://gerrit.wikimedia.org/r/260185 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I25cb2aa2794ae5ca35183b4db02b978331567911 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
