1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Include OSM standard CAA records
6 // Let the main domain handle the email
8 MX("@", 10, "a.mx.openstreetmap.org."),
10 // Delegate SPF policy to the main domain
16 "include:openstreetmap.org", // main openstreetmap.org spf record
21 // Delegate MTA-STS policy to the main domain
23 CNAME("_mta-sts", "_mta-sts.openstreetmap.org."),
25 // Redirect en.openstreetmap.town to en.osm.town
27 osm_web_service("en", "naga"),