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 the main domain handle the email
18 MX("@", 10, "a.mx.openstreetmap.org."),
20 // Delegate SPF policy to the main domain
26 "include:openstreetmap.org", // main openstreetmap.org spf record
31 // Delegate MTA-STS policy to the main domain
33 CNAME("_mta-sts", "_mta-sts.openstreetmap.org."),
37 ALIAS("@", "www.openstreetmap.org."),
38 CNAME("www", "www.openstreetmap.org."),
39 CNAME("api", "api.openstreetmap.org."),
41 // Aerial imagery sites
43 osm_web_service("aerial", "lockheed"),
44 osm_web_service("a.aerial", "lockheed"),
45 osm_web_service("b.aerial", "lockheed"),
46 osm_web_service("c.aerial", "lockheed"),
48 osm_web_service("coct.aerial", "lockheed"),
49 osm_web_service("a.coct.aerial", "lockheed"),
50 osm_web_service("b.coct.aerial", "lockheed"),
51 osm_web_service("c.coct.aerial", "lockheed"),
53 osm_web_service("topo", "lockheed"),
54 osm_web_service("a.topo", "lockheed"),
55 osm_web_service("b.topo", "lockheed"),
56 osm_web_service("c.topo", "lockheed"),
58 osm_web_service("namibia-topo", "lockheed"),
59 osm_web_service("a.namibia-topo", "lockheed"),
60 osm_web_service("b.namibia-topo", "lockheed"),
61 osm_web_service("c.namibia-topo", "lockheed")