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/debug_utilities/dns_checks.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/debug_utilities/dns_checks.cpp')
| -rw-r--r-- | src/debug_utilities/dns_checks.cpp | 2 |
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"}); |
