1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
8 iodef: "mailto:hostmaster@openstreetmap.org",
17 // Let openstreetmap.at handle email
19 MX("@", 1, "openstreetmap.at.", TTL("1h")),
21 // Main web server and it's aliases
23 A("@", "88.198.206.107", TTL("10m")),
24 A("www", "88.198.206.107", TTL("10m"))