X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/2be0aa31e74d747f8fcf891a4365772dc7a0abb7..a1e302990f916ff58f13e7f0d8181863601c8de8:/src/stateofthemap-eu.js diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 25cb14a..34fced4 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -4,7 +4,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CAA_BUILDER({ label: "@", - ttl: "1h", iodef: "mailto:hostmaster@openstreetmap.org", issue: [ "letsencrypt.org", @@ -16,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") );