1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
7 iodef: "mailto:hostmaster@openstreetmap.org",
16 // Delegate SPF policy to the main domain
22 "include:openstreetmap.org", // main openstreetmap.org spf record
27 // Main web server and it's aliases
32 AAAA("www", NAGA_IPV6),
34 // HTTPS / SVCB records
35 HTTPS("@", 1, ".", "alpn=h2"),
36 HTTPS("www", 1, ".", "alpn=h2")