From 5512fd3bbbfc55aeec6922a642b7130e365dd294 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 29 Apr 2025 12:52:26 +0100 Subject: [PATCH] sotm-eu: fix mx record --- src/stateofthemap-eu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 92af427..b3cabe0 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -29,7 +29,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CNAME("k3._domainkey", "dkim3.mcsv.net."), A("mail", "92.205.4.228"), - MX("mail", 10, "mail"), + MX("@", 10, "mail"), // Web service for stateofthemap.eu index site osm_web_service("@", "naga"), -- 2.39.5