1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
7 iodef: "mailto:hostmaster@openstreetmap.org",
16 // Let OSMBE handle email (through Fastmail)
17 // https://www.fastmail.help/hc/en-us/articles/1500000280261
19 MX("@", 10, "in1-smtp.messagingengine.com."),
20 MX("@", 20, "in2-smtp.messagingengine.com."),
22 TXT("@", "v=spf1 include:spf.messagingengine.com ?all"),
23 CNAME("fm1._domainkey", "fm1.stateofthemap.eu.dkim.fmhosted.com."),
24 CNAME("fm2._domainkey", "fm2.stateofthemap.eu.dkim.fmhosted.com."),
25 CNAME("fm3._domainkey", "fm3.stateofthemap.eu.dkim.fmhosted.com."),
27 // Site hosted on github pages
29 ALIAS("@", "osmbe.github.io."),
30 CNAME("www", "osmbe.github.io."),
34 A("2014", "49.12.5.171"),
35 CNAME("2023", "osmbe.github.io.")