diff options
| author | Karsten Loesing <karsten.loesing@gmx.net> | 2018-10-07 21:25:37 +0200 |
|---|---|---|
| committer | Karsten Loesing <karsten.loesing@gmx.net> | 2018-10-07 21:25:37 +0200 |
| commit | e82d3b5bf2b124c212571454396005718add9bf9 (patch) | |
| tree | 9caa9dd80172e884b5d69b3827ab3522a426d469 | |
| parent | 6714bde1ced764d70b0ad1f3b85bd7f7319d25fb (diff) | |
Update directory authority IP addresses.task-27973
Previously, we were using longclaw's old IP address (changed in
October 2017) and missing bastet entirely (also added in October
2017).
Fixes #27973.
| -rw-r--r-- | src/main/resources/collector.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
