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", IPV4["fafnir.he"]),
24 AAAA("a.mx", IPV6["fafnir.he"]),
25 A("mail", IPV4["fafnir.he"]),
26 AAAA("mail", IPV6["fafnir.he"]),
27 A("mta-sts", IPV4["fafnir.he"]),
28 AAAA("mta-sts", IPV6["fafnir.he"]),
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 osm_web_service("wiki", "konqi.he"),
62 osm_web_service("www", "konqi.he"),
63 osm_web_service("@", "konqi.he")