diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 10:28:01 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:20:24 +0000 |
commit | 6a5dfb88d2135b02898fec1a31bd47cd076f77ec (patch) | |
tree | ee0e2516a213824a204422fe615fcbae6a923bc9 | |
parent | updates: use HTTP, not HTTPS (diff) | |
download | monero-6a5dfb88d2135b02898fec1a31bd47cd076f77ec.tar.xz |
updates: add all update servers
-rw-r--r-- | src/common/updates.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 2140aeaa7..6e2001441 100644 --- a/src/common/updates.cpp +++ b/src/common/updates.cpp @@ -44,6 +44,10 @@ namespace tools // All four MoneroPulse domains have DNSSEC on and valid static const std::vector<std::string> dns_urls = { + "updates.moneropulse.org", + "updates.moneropulse.net", + "updates.moneropulse.co", + "updates.moneropulse.se" }; static const std::vector<std::string> testnet_dns_urls = { "testver.moneropulse.net" |