mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
updates: add all update servers
This commit is contained in:
parent
72d40f13a4
commit
6a5dfb88d2
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ namespace tools
|
||||||
|
|
||||||
// All four MoneroPulse domains have DNSSEC on and valid
|
// All four MoneroPulse domains have DNSSEC on and valid
|
||||||
static const std::vector<std::string> dns_urls = {
|
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"
|
static const std::vector<std::string> testnet_dns_urls = { "testver.moneropulse.net"
|
||||||
|
|
Loading…
Reference in a new issue