From a1e302990f916ff58f13e7f0d8181863601c8de8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 23 Feb 2023 03:09:22 +0000 Subject: [PATCH] stateofthemap.eu remove explicit TTLs --- 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 76e0ddf..34fced4 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -15,11 +15,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Let openstreetmap.at handle email - MX("@", 1, "openstreetmap.at.", TTL("1h")), + MX("@", 1, "mail.openstreetmap.at."), // Main web server and it's aliases - A("@", "88.198.206.107", TTL("10m")), - A("www", "88.198.206.107", TTL("10m")) + A("@", "88.198.206.107"), + A("www", "88.198.206.107") ); -- 2.39.5