]> git.openstreetmap.org Git - dns.git/commitdiff
Add back staging.blog
authorGrant Slater <github@firefishy.com>
Thu, 17 Oct 2024 22:59:58 +0000 (23:59 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 17 Oct 2024 22:59:58 +0000 (23:59 +0100)
src/openstreetmap.js

index 842145508f2884465f0004cedd1662fc7ba7b540..53ec5f86591e59d1064ce8ac927fae99513241bf 100644 (file)
@@ -738,13 +738,21 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // HTTPS / SVCB records
   HTTPS("forum", 1, ".", "alpn=h2"),
 
-  // Spare servers
+  // Staging Blog Server
 
   A("tabaluga", TABALUGA_IPV4),
   AAAA("tabaluga", TABALUGA_IPV6),
   A("tabaluga.ams", TABALUGA_INTERNAL),
   A("tabaluga.oob", TABALUGA_OOB),
 
+  A("staging.blog", TABALUGA_IPV4),
+  AAAA("staging.blog", TABALUGA_IPV6),
+
+  // HTTPS / SVCB records
+  HTTPS("staging.blog", 1, ".", "alpn=h2"),
+
+  // Spare servers
+
   // Uptime site at StatusCake
 
   CNAME("uptime", "uptimessl-new.statuscake.com."),