aboutsummaryrefslogtreecommitdiff
path: root/src/debug_utilities
diff options
context:
space:
mode:
authorbinaryFate <binaryfate@getmonero.org>2026-01-12 11:37:36 +0100
committerselsta <selsta@sent.at>2026-01-13 00:02:16 +0100
commitff4c4aaa1d5807cd726b9d8f16c39b40e1ee9e62 (patch)
tree27ac20481e100f68655caec48e559343f9fef47d /src/debug_utilities
parent316a98b11ea29b65e61a42cfdc37f762736fd7c1 (diff)
downloadmonzero-core-ff4c4aaa1d5807cd726b9d8f16c39b40e1ee9e62.tar.gz
monzero-core-ff4c4aaa1d5807cd726b9d8f16c39b40e1ee9e62.tar.xz
monzero-core-ff4c4aaa1d5807cd726b9d8f16c39b40e1ee9e62.zip
Remove .no moneropulse domain from codebase
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 caa0421e9..62854cfa3 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", "updates.moneropulse.fr", "updates.moneropulse.de", "updates.moneropulse.no", "updates.moneropulse.ch"});
+ lookup(LOOKUP_TXT, {"updates.moneropulse.org", "updates.moneropulse.net", "updates.moneropulse.co", "updates.moneropulse.se", "updates.moneropulse.fr", "updates.moneropulse.de", "updates.moneropulse.ch"});
lookup(LOOKUP_TXT, {"checkpoints.moneropulse.org", "checkpoints.moneropulse.net", "checkpoints.moneropulse.co", "checkpoints.moneropulse.se"});