]> git.openstreetmap.org Git - dns.git/blobdiff - src/osmfoundation.js
Remove old KVM, move dribble to vector
[dns.git] / src / osmfoundation.js
index 89e71e00d51380d24e8ff0546666deee56c4ccc4..78cb4fffe980ae4adb57c0f3423aac812c0eb106 100644 (file)
@@ -107,10 +107,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("www", RIDLEY_IPV4),
   A("wiki", RIDLEY_IPV4),
   A("blog", RIDLEY_IPV4),
-
-  A("staging.blog", FUME_IPV4),
-  AAAA("staging.blog", FUME_IPV6),
-
   A("crm", RIDLEY_IPV4),
   A("join", RIDLEY_IPV4),
   A("support", RIDLEY_IPV4),
@@ -120,14 +116,13 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("board", RIDLEY_IPV4),
   A("dwg", RIDLEY_IPV4),
   A("mwg", RIDLEY_IPV4),
-  A("operations", NAGA_IPV4),
-  AAAA("operations", NAGA_IPV6),
+  A("operations", NAGA_IPV4_HE),
+  AAAA("operations", NAGA_IPV6_HE),
 
   // HTTPS / SVCB records
   HTTPS("www", 1, ".", "alpn=h2"),
   HTTPS("wiki", 1, ".", "alpn=h2"),
   HTTPS("blog", 1, ".", "alpn=h2"),
-  HTTPS("staging.blog", 1, ".", "alpn=h2"),
   HTTPS("crm", 1, ".", "alpn=h2"),
   HTTPS("join", 1, ".", "alpn=h2"),
   HTTPS("support", 1, ".", "alpn=h2"),
@@ -142,7 +137,13 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."),
 
-  A("hardware", IDRIS_IPV4),
+  // Staging Blog
+  A("staging.blog", TABALUGA_IPV4),
+  AAAA("staging.blog", TABALUGA_IPV6),
+  // HTTPS / SVCB records
+  HTTPS("staging.blog", 1, ".", "alpn=h2"),
+
+  A("hardware", IDRIS_IPV4_HE),
 
   // HTTPS / SVCB records
   HTTPS("hardware", 1, ".", "alpn=h2")