aboutsummaryrefslogtreecommitdiff
path: root/src/debug_utilities/dns_checks.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-01-17 03:38:23 +0000
committertobtoht <tob@featherwallet.org>2026-01-17 03:38:23 +0000
commit1a86c21b57dfc24003cf06aac1c9377505bb95c3 (patch)
tree27ac20481e100f68655caec48e559343f9fef47d /src/debug_utilities/dns_checks.cpp
parent316a98b11ea29b65e61a42cfdc37f762736fd7c1 (diff)
parentff4c4aaa1d5807cd726b9d8f16c39b40e1ee9e62 (diff)
downloadmonzero-core-1a86c21b57dfc24003cf06aac1c9377505bb95c3.tar.gz
monzero-core-1a86c21b57dfc24003cf06aac1c9377505bb95c3.tar.xz
monzero-core-1a86c21b57dfc24003cf06aac1c9377505bb95c3.zip
Merge pull request #10279
ff4c4aa Remove .no moneropulse domain from codebase (binaryFate)
Diffstat (limited to 'src/debug_utilities/dns_checks.cpp')
-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"});