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, "mail.openstreetmap.at."),
20 // Main web server and it's aliases
22 A("@", "185.199.108.153"),
23 A("@", "185.199.109.153"),
24 A("@", "185.199.110.153"),
25 A("@", "185.199.111.153"),
27 CNAME("www", "osmbe.github.io.")