1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
8 iodef: "mailto:hostmaster@openstreetmap.org",
17 // Main web server and it's aliases
19 A("@", "138.201.190.130", TTL("10m")),
20 AAAA("@", "2a01:4f8:1c17:6433::2", TTL("10m")),
21 A("www", "138.201.190.130", TTL("10m")),
22 AAAA("www", "2a01:4f8:1c17:6433::2", TTL("10m"))