]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Merge pull request #20 from jbelien/patch-1
[dns.git] / src / stateofthemap-eu.js
index 054aec3fdeaffe44c209c96eaf2004131e9f1b27..9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb 100644 (file)
@@ -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.")
 
 );