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 // Shaun McDonald's taginfo instance
43 CNAME("taginfo", "proxy.mythic-beasts.com."),
45 // Aerial imagery sites
47 osm_web_service("hampshire.aerial", "lockheed"),
48 osm_web_service("a.hampshire.aerial", "lockheed"),
49 osm_web_service("b.hampshire.aerial", "lockheed"),
50 osm_web_service("c.hampshire.aerial", "lockheed"),
52 osm_web_service("surrey.aerial", "lockheed"),
53 osm_web_service("a.surrey.aerial", "lockheed"),
54 osm_web_service("b.surrey.aerial", "lockheed"),
55 osm_web_service("c.surrey.aerial", "lockheed"),
57 osm_web_service("os", "lockheed"),
58 osm_web_service("a.os", "lockheed"),
59 osm_web_service("b.os", "lockheed"),
60 osm_web_service("c.os", "lockheed"),
62 osm_web_service("ea", "lockheed"),
63 osm_web_service("a.ea", "lockheed"),
64 osm_web_service("b.ea", "lockheed"),
65 osm_web_service("c.ea", "lockheed")