diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-15 14:05:52 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-15 14:06:44 +0000 |
| commit | aaa3289e2242a681a36c3f3033ed0d883303902a (patch) | |
| tree | e897da42e719f683afc6aa1664b98b3d246393da /src/common/updates.cpp | |
| parent | 3cbb44a2fd79ce9c667006e2e42e61513993e59a (diff) | |
| download | monzero-core-aaa3289e2242a681a36c3f3033ed0d883303902a.tar.gz monzero-core-aaa3289e2242a681a36c3f3033ed0d883303902a.tar.xz monzero-core-aaa3289e2242a681a36c3f3033ed0d883303902a.zip | |
add more updates domains and make the voting generic, not just 2/3
Diffstat (limited to 'src/common/updates.cpp')
| -rw-r--r-- | src/common/updates.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 61a76f5da..af38d7a54 100644 --- a/src/common/updates.cpp +++ b/src/common/updates.cpp @@ -48,7 +48,10 @@ namespace tools static const std::vector<std::string> dns_urls = { "updates.moneropulse.org", "updates.moneropulse.net", - "updates.moneropulse.co", + "updates.moneropulse.fr", + "updates.moneropulse.de", + "updates.moneropulse.no", + "updates.moneropulse.ch", "updates.moneropulse.se" }; |
