From 677c3fafaf9cdbf38d63b5eb2a338932433b6bb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Beli=C3=ABn?= Date: Fri, 7 Apr 2023 08:50:09 +0200 Subject: [PATCH] Update stateofthemap-eu.js --- src/stateofthemap-eu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 3998f72..650ce30 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -20,9 +20,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), MX("@", 20, "in2-smtp.messagingengine.com."), TXT("@", "v=spf1 include:spf.messagingengine.com ?all"), - CNAME("fm1._domainkey", "fm1.stateofthemap.eu.dkim.fmhosted.com"), - CNAME("fm2._domainkey", "fm2.stateofthemap.eu.dkim.fmhosted.com"), - CNAME("fm3._domainkey", "fm3.stateofthemap.eu.dkim.fmhosted.com"), + CNAME("fm1._domainkey", "fm1.stateofthemap.eu.dkim.fmhosted.com."), + CNAME("fm2._domainkey", "fm2.stateofthemap.eu.dkim.fmhosted.com."), + CNAME("fm3._domainkey", "fm3.stateofthemap.eu.dkim.fmhosted.com."), // Site hosted on github pages -- 2.45.1