]> git.openstreetmap.org Git - dns.git/blob - src/stateofthemap-eu.js
91a1e32b481ff5ccf2f50060322d13d5af6c4847
[dns.git] / src / stateofthemap-eu.js
1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
2
3   // Publish CAA records indicating that only letsencrypt should issue certificates
4
5   CAA_BUILDER({
6     label: "@",
7     iodef: "mailto:hostmaster@openstreetmap.org",
8     issue: [
9       "letsencrypt.org",
10     ],
11     issuewild: [
12       "letsencrypt.org",
13     ],
14   }),
15
16   // Let openstreetmap.at handle email
17
18   // MX("@", 1, "mail.openstreetmap.at."),
19
20   // Main web server and it's aliases
21
22   A("@", "185.199.108.153"),
23   A("@", "185.199.109.153"),
24   A("@", "185.199.110.153"),
25   A("@", "185.199.111.153")
26
27 );