-if ( DOMAIN == "openstreetmap.org" ) {
- // Custom Domain for https://github.com/osmfoundation/welcome-mat/
- var WELCOME_DOMAIN = CNAME("welcome", "osmfoundation.github.io.")
-} else {
- // Github Pages only allows 1 domain name per site.
- // Avoid Google Pages domain hijack
- var WELCOME_DOMAIN = CNAME("welcome", "openstreetmap.org.")
-}
-
D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
// Publish CAA records indicating that only letsencrypt and globalsign (Fastly) should issue certificates
AAAA("blogs", NAGA_IPV6),
A("munin", NAGA_IPV4),
AAAA("munin", NAGA_IPV6),
+ A("welcome", NAGA_IPV4),
+ AAAA("welcome", NAGA_IPV6),
+ A("operations", NAGA_IPV4),
+ AAAA("operations", NAGA_IPV6),
A("naga.dub", NAGA_INTERNAL),
A("naga.oob", NAGA_OOB),
A("muirdris", MUIRDRIS_IPV4),
AAAA("muirdris", MUIRDRIS_IPV6),
A("gps-tile", MUIRDRIS_IPV4),
- A("gps-tile", MUIRDRIS_IPV6),
+ AAAA("gps-tile", MUIRDRIS_IPV6),
A("a.gps-tile", MUIRDRIS_IPV4),
- A("a.gps-tile", MUIRDRIS_IPV6),
+ AAAA("a.gps-tile", MUIRDRIS_IPV6),
A("b.gps-tile", MUIRDRIS_IPV4),
- A("b.gps-tile", MUIRDRIS_IPV6),
+ AAAA("b.gps-tile", MUIRDRIS_IPV6),
A("c.gps-tile", MUIRDRIS_IPV4),
- A("c.gps-tile", MUIRDRIS_IPV6),
+ AAAA("c.gps-tile", MUIRDRIS_IPV6),
A("gps.tile", MUIRDRIS_IPV4),
- A("gps.tile", MUIRDRIS_IPV6),
+ AAAA("gps.tile", MUIRDRIS_IPV6),
A("gps-a.tile", MUIRDRIS_IPV4),
- A("gps-a.tile", MUIRDRIS_IPV6),
+ AAAA("gps-a.tile", MUIRDRIS_IPV6),
A("gps-b.tile", MUIRDRIS_IPV4),
- A("gps-b.tile", MUIRDRIS_IPV6),
+ AAAA("gps-b.tile", MUIRDRIS_IPV6),
A("gps-c.tile", MUIRDRIS_IPV4),
- A("gps-c.tile", MUIRDRIS_IPV6),
+ AAAA("gps-c.tile", MUIRDRIS_IPV6),
A("muirdris.dub", MUIRDRIS_INTERNAL),
A("muirdris.oob", MUIRDRIS_OOB),
CNAME("uptime", "uptimessl-new.statuscake.com."),
- // Custom Domain for https://github.com/osmfoundation/welcome-mat/
- WELCOME_DOMAIN,
-
// Dynamic DNS records
DYNAMIC_RECORDS