1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
7 iodef: "mailto:hostmaster@openstreetmap.org",
16 // Block email delivery
18 TXT("_dmarc", "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;"),
19 TXT("*._domainkey", "v=DKIM1; p="),
20 TXT("@", "v=spf1 -all"),
22 ALIAS("@", "www.openstreetmap.org."),
23 CNAME("www", "www.openstreetmap.org."),
25 // Site hosted on github pages
27 CNAME("sotm2024", "openstreetmap-madagascar.github.io."),