1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
7 iodef: "mailto:hostmaster@openstreetmap.org",
16 // Main web server and it's aliases
18 A("@", "138.201.190.130"),
19 AAAA("@", "2a01:4f8:1c17:6433::2"),
20 A("www", "138.201.190.130"),
21 AAAA("www", "2a01:4f8:1c17:6433::2"),
23 // Test server for osm2pgsql development
24 A("test", "135.181.221.216")