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 google handle email
18 MX("@", 1, "aspmx.l.google.com."),
19 MX("@", 5, "alt1.aspmx.l.google.com."),
20 MX("@", 5, "alt2.aspmx.l.google.com."),
21 MX("@", 10, "alt3.aspmx.l.google.com."),
22 MX("@", 10, "alt4.aspmx.l.google.com."),
24 // Handle mail for the join subdomain ourselves
26 MX("join", 10, "a.mx.openstreetmap.org."),
34 "include:_spf.google.com", // Google GSuite
35 "ip4:212.110.172.32", // shenron ipv4
36 "ip6:2001:41c9:1:400::32", // shenron ipv6
37 "ip4:184.104.226.98", // fafnir ipv4
38 "ip6:2001:470:1:b3b::2", // fafnir ipv6
39 "ip4:193.60.236.0/24", // ucl external
40 "ip4:184.104.179.128/27", // amsterdam external
41 "ip6:2001:470:1:fa1::/64", // amsterdam external
42 "ip4:184.104.226.96/27", // dublin external
43 "ip6:2001:470:1:b3b::/64", // dublin external
44 "include:mailbox.org", // mailbox.org
53 "ip4:184.104.226.98", // fafnir ipv4
54 "ip6:2001:470:1:b3b::2", // fafnir ipv6
55 "ip4:193.60.236.0/24", // ucl external
56 "ip4:184.104.179.128/27", // amsterdam external
57 "ip6:2001:470:1:fa1::/64", // amsterdam external
58 "ip4:184.104.226.96/27", // dublin external
59 "ip6:2001:470:1:b3b::/64", // dublin external
64 // Apple Business Manager verification
65 TXT("@", "apple-domain-verification=ZzBG2msRtUDehTMW"),
67 // Publish DMARC report-only policy
72 "mailto:openstreetmap-d@dmarc.report-uri.com"
79 TXT("google._domainkey", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJmTBAkYRCocCCNtVsdRNMlQel8kNfjPYJpjEm7woEgZh9yZeDzxImtz+u73oUF4+7bXzrNYbP946WNQIwAba1J69he8L1qfPBJLd3Z/fgmuaGdWcxpDno2EY4cQ8PrzvI6Vfm+6YAFANl8w09CIg41ykdlzH4iUJXD35k3SIl3wIDAQAB"),
80 TXT("20201112._domainkey", "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz4OyJc77mpW5djxVfZm18HcmJHQLpo7B2Z8Og8byICjDiG91Tpkv5ws3xIbMsi/tVA6p5L76uL0TGKlo4ayewYvJUTC22+hBWARUuWA0DgeMwBpW/dNUOJHBABCTouolvXLKRTPTefA177Y5jYbD7ZeJAR4ZnFbZX6spimXCT66AyhqCBSrOCXYXFm3ons5ANkkQBNZ/jMYczYs9T1ijNEbBNTJmLO+whOrYLyGd3iZ9X9iOmuNFBCgXp0tsN//FBsOyTl559/XY25r3GZhiKXMbrZ1IJewqJlG0+hN1y9qwWGgq5YpZPt5YJ1KGjIrcFX59/PhNQX4khPOaD5g7ZQIDAQAB", AUTOSPLIT),
82 // Google postmaster tools verification
84 CNAME("uaqn4jv2xaoe", "gv-jun5dginqysxph.dv.googlehosted.com."),
86 // Aliases for google services
88 CNAME("login", "ghs.googlehosted.com."),
89 CNAME("docs", "ghs.googlehosted.com."),
90 CNAME("mail", "ghs.googlehosted.com."),
91 CNAME("calendar", "ghs.googlehosted.com."),
92 CNAME("sites", "ghs.googlehosted.com."),
94 // Main web server and it's aliases
97 A("www", RIDLEY_IPV4),
98 A("wiki", RIDLEY_IPV4),
99 A("blog", RIDLEY_IPV4),
101 A("crm", RIDLEY_IPV4),
102 A("join", RIDLEY_IPV4),
103 A("support", RIDLEY_IPV4),
104 A("supporting", RIDLEY_IPV4),
105 A("donate", RIDLEY_IPV4),
107 A("board", RIDLEY_IPV4),
108 A("dwg", RIDLEY_IPV4),
109 A("mwg", RIDLEY_IPV4),
110 A("operations", NAGA_IPV4),
111 AAAA("operations", NAGA_IPV6),
113 // Nextcloud instance
115 CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."),
117 A("hardware", IDRIS_IPV4)