[tor-commits] [collector/master] Add bastet to directory authorities to download votes for.

karsten at torproject.org karsten at torproject.org
Wed Mar 7 13:49:22 UTC 2018


commit 727d4e54ef450204bb9b23404ae2cc9157fea12c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Mar 7 14:46:50 2018 +0100

    Add bastet to directory authorities to download votes for.
    
    We did download bastet's votes in the past after reading the
    consensus. But there could have been situations when there was no
    consensus that we did not explicitly ask for bastet's vote.
    
    Found per chance while setting up a CollecTor instance with a webstats
    module.
---
 CHANGELOG.md                            | 7 +++++++
 src/main/resources/collector.properties | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb14839..d4c3bd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# Changes in version 1.?.? - 2018-??-??
+
+ * Minor changes
+   - Add bastet to default list of directory authority fingerprints to
+     download votes for.
+
+
 # Changes in version 1.5.0 - 2018-02-26
 
  * Major changes
diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties
index 30dda2a..2aa556d 100644
--- a/src/main/resources/collector.properties
+++ b/src/main/resources/collector.properties
@@ -99,7 +99,7 @@ DirectoryAuthoritiesAddresses = 128.31.0.39:9131,86.59.21.38,194.109.206.212,131
 #
 ## Comma separated list of directory authority fingerprints to download
 ## votes
-DirectoryAuthoritiesFingerprintsForVotes = 0232AF901C31A04EE9848595AF9BB7620D4C5B2E,14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4,23D15D965BC35114467363C165C4F724B64B4F66,49015F787433103580E3B66A1707A00E60F2D15B,D586D18309DED4CD6D57C18FDB97EFA96D330566,E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58,ED03BB616EB2F60BEC80151114BB25CEF515B226,EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97
+DirectoryAuthoritiesFingerprintsForVotes = 0232AF901C31A04EE9848595AF9BB7620D4C5B2E,14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4,23D15D965BC35114467363C165C4F724B64B4F66,27102BC123E7AF1D4741AE047E160C91ADC76B21,49015F787433103580E3B66A1707A00E60F2D15B,D586D18309DED4CD6D57C18FDB97EFA96D330566,E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58,ED03BB616EB2F60BEC80151114BB25CEF515B226,EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97
 #
 ## Download all server descriptors from the directory authorities at most
 ## once a day (only if DownloadRelayDescriptors is true)



More information about the tor-commits mailing list