1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
8 iodef: "mailto:hostmaster@openstreetmap.org",
17 // Delegate SPF policy to the main domain
24 "include:openstreetmap.org", // main openstreetmap.org spf record
29 // Main web server and it's aliases
31 A("@", RIDLEY_IPV4, TTL("10m")),
32 A("old", RIDLEY_IPV4, TTL("10m")),
33 A("www", RIDLEY_IPV4, TTL("10m"))