]> git.openstreetmap.org Git - dns.git/commitdiff
Update stateofthemap-eu.js
authorJonathan Beliën <jbelien@users.noreply.github.com>
Fri, 24 Mar 2023 15:54:16 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 15:54:16 +0000 (16:54 +0100)
src/stateofthemap-eu.js

index 34fced4ce5278f651edc12b68507287919fba7d3..c650065ef79aeb7497bb9fdebf5cff4494852d5a 100644 (file)
@@ -2,24 +2,26 @@ 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
 
-  MX("@", 1, "mail.openstreetmap.at."),
+  // MX("@", 1, "mail.openstreetmap.at."),
 
   // Main web server and it's aliases
 
-  A("@", "88.198.206.107"),
-  A("www", "88.198.206.107")
+  A("@", "185.199.108.153"),
+  A("@", "185.199.109.153"),
+  A("@", "185.199.110.153"),
+  A("@", "185.199.111.153"),
 
 );