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 // site hosted on github pages
29 ALIAS("@", "openstreetmap.github.io."),
30 CNAME("www", "openstreetmap.github.io."),
31 A("preview", RIDLEY_IPV4)