]> git.openstreetmap.org Git - dns.git/commitdiff
Remove staging blog
authorGrant Slater <github@firefishy.com>
Fri, 4 Oct 2024 07:56:20 +0000 (08:56 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 4 Oct 2024 07:56:20 +0000 (08:56 +0100)
src/openstreetmap.js
src/osmfoundation.js

index 278fcd46124a3137ea858e545443bc3bba42de76..aee3082ecd30b55d74c184ecd4a198bcf71fe0c2 100644 (file)
@@ -446,14 +446,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("ridley.ucl", RIDLEY_INTERNAL),
   A("ridley.oob", RIDLEY_OOB),
 
-  A("staging.blog", FUME_IPV4),
-  AAAA("staging.blog", FUME_IPV6),
-
   // HTTPS / SVCB records
   HTTPS("blog", 1, ".", "alpn=h2"),
   HTTPS("foundation", 1, ".", "alpn=h2"),
-  HTTPS("staging.blog", 1, ".", "alpn=h2"),
-  HTTPS("birthday20", 1, ".", "alpn=h2"),
 
   // Matomo server
 
@@ -606,6 +601,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   HTTPS("hot", 1, ".", "alpn=h2"),
   HTTPS("dmca", 1, ".", "alpn=h2"),
   // HTTPS("otrs", 1, ".", "alpn=h2"), - OTRS is not available using HTTPS/2
+  HTTPS("birthday20", 1, ".", "alpn=h2"),
 
   A("naga.dub", NAGA_INTERNAL),
   A("naga.oob", NAGA_OOB),
index 89e71e00d51380d24e8ff0546666deee56c4ccc4..341e1fd54ebaac50a3d303fd3a56e5b403fd4d98 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),
@@ -127,7 +123,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   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"),