aboutsummaryrefslogtreecommitdiff
path: root/src/debug_utilities
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-10-15 14:05:52 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-10-15 14:06:44 +0000
commitaaa3289e2242a681a36c3f3033ed0d883303902a (patch)
treee897da42e719f683afc6aa1664b98b3d246393da /src/debug_utilities
parentMerge pull request #6841 (diff)
downloadmonero-aaa3289e2242a681a36c3f3033ed0d883303902a.tar.xz
add more updates domains and make the voting generic, not just 2/3
Diffstat (limited to 'src/debug_utilities')
-rw-r--r--src/debug_utilities/dns_checks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_utilities/dns_checks.cpp b/src/debug_utilities/dns_checks.cpp
index 76b66c6cb..138cd4fc1 100644
--- a/src/debug_utilities/dns_checks.cpp
+++ b/src/debug_utilities/dns_checks.cpp
@@ -131,7 +131,7 @@ int main(int argc, char* argv[])
lookup(LOOKUP_A, {"seeds.moneroseeds.se", "seeds.moneroseeds.ae.org", "seeds.moneroseeds.ch", "seeds.moneroseeds.li"});
- lookup(LOOKUP_TXT, {"updates.moneropulse.org", "updates.moneropulse.net", "updates.moneropulse.co", "updates.moneropulse.se"});
+ lookup(LOOKUP_TXT, {"updates.moneropulse.org", "updates.moneropulse.net", "updates.moneropulse.co", "updates.moneropulse.se", "updates.moneropulse.fr", "updates.moneropulse.de", "updates.moneropulse.no", "updates.moneropulse.ch"});
lookup(LOOKUP_TXT, {"checkpoints.moneropulse.org", "checkpoints.moneropulse.net", "checkpoints.moneropulse.co", "checkpoints.moneropulse.se"});