commit 3d66878f432d7fb225e720097b207c70a724052b Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Oct 7 21:25:37 2018 +0200
Update directory authority IP addresses.
Previously, we were using longclaw's old IP address (changed in October 2017) and missing bastet entirely (also added in October 2017).
Fixes #27973. --- src/main/resources/collector.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties index 0fe6924..787f188 100644 --- a/src/main/resources/collector.properties +++ b/src/main/resources/collector.properties @@ -97,7 +97,7 @@ KeepDirectoryArchiveImportHistory = false # ## Comma separated list of directory authority addresses (IP[:port]) to ## download missing relay descriptors from -DirectoryAuthoritiesAddresses = 128.31.0.39:9131,86.59.21.38,194.109.206.212,131.188.40.189,193.23.244.244,171.25.193.9:443,154.35.175.225,199.254.238.52 +DirectoryAuthoritiesAddresses = 128.31.0.39:9131,86.59.21.38,194.109.206.212,131.188.40.189,193.23.244.244,171.25.193.9:443,154.35.175.225,199.58.81.140,204.13.164.118 # ## Comma separated list of directory authority fingerprints to download ## votes
tor-commits@lists.torproject.org