1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt and globalsign (Fastly) should issue certificates
8 iodef: "mailto:hostmaster@openstreetmap.org",
11 "globalsign.com", // Used by Fastly for CDN certificates
15 "globalsign.com", // Used by Fastly for CDN certificates
21 MX("@", 10, QUALIFY("a.mx")),
23 A("a.mx", FAFNIR_IPV4),
24 AAAA("a.mx", FAFNIR_IPV6),
25 A("mail", FAFNIR_IPV4),
26 AAAA("mail", FAFNIR_IPV6),
27 A("mta-sts", FAFNIR_IPV4),
28 AAAA("mta-sts", FAFNIR_IPV6),
30 // Delegate SPF policy to the main domain
36 "include:openstreetmap.org", // main openstreetmap.org spf record
41 // Publish DMARC report-only policy
46 "mailto:openstreetmap-d@dmarc.report-uri.com"
51 // Announce MTA-STS policy and TLSRPT policy for error reports
53 TXT("_mta-sts", "v=STSv1; id=202001291805Z"),
54 TXT("_smtp._tls", "v=TLSRPTv1; rua=mailto:openstreetmap-d@tlsrpt.report-uri.com"),
56 // Fastly cert domain ownership confirmation
58 TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"),
59 TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"),
61 A("wiki", KONQI_IPV4),
62 AAAA("wiki", KONQI_IPV6),
64 AAAA("www", KONQI_IPV6),