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