X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/2d04a34679b5aa1e2fd667f7536ca32c1088af53..c69699901bc0ec19e7a2aa81a61ff74460815a8c:/src/stateofthemap-eu.js diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 054aec3..9ff14f0 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -2,16 +2,16 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Publish CAA records indicating that only letsencrypt should issue certificates - // CAA_BUILDER({ - // label: "@", - // iodef: "mailto:hostmaster@openstreetmap.org", - // issue: [ - // "letsencrypt.org", - // ], - // issuewild: [ - // "letsencrypt.org", - // ], - // }), + CAA_BUILDER({ + label: "@", + iodef: "mailto:hostmaster@openstreetmap.org", + issue: [ + "letsencrypt.org", + ], + issuewild: [ + "letsencrypt.org", + ], + }), // Let openstreetmap.at handle email @@ -22,6 +22,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("@", "185.199.108.153"), A("@", "185.199.109.153"), A("@", "185.199.110.153"), - A("@", "185.199.111.153") + A("@", "185.199.111.153"), + + CNAME("www", "osmbe.github.io.") );