diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-14 18:58:37 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-14 18:58:37 -0500 |
| commit | c41e087d46d72d8db28554f180b7c3ca400ca7dd (patch) | |
| tree | 1c3f75e66d623089fe878027c77c1fdf136e637d /src/common/updates.cpp | |
| parent | cb70ae9450b6887a046ef962abe73f3e64787ae2 (diff) | |
| parent | aaa3289e2242a681a36c3f3033ed0d883303902a (diff) | |
| download | monzero-core-c41e087d46d72d8db28554f180b7c3ca400ca7dd.tar.gz monzero-core-c41e087d46d72d8db28554f180b7c3ca400ca7dd.tar.xz monzero-core-c41e087d46d72d8db28554f180b7c3ca400ca7dd.zip | |
Merge pull request #6900
aaa3289 add more updates domains and make the voting generic, not just 2/3 (moneromooo-monero)
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" }; |
