]> git.openstreetmap.org Git - dns.git/commitdiff
Move birthday20 to naga
authorGrant Slater <github@firefishy.com>
Sun, 15 Sep 2024 03:13:34 +0000 (04:13 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 15 Sep 2024 03:13:34 +0000 (04:13 +0100)
src/openstreetmap.js

index f1facce4902dc63383582bc485c15bb960c3b0b7..ff77a52f494bd10951996ed02e0085500df2d289 100644 (file)
@@ -465,8 +465,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   A("staging.blog", FUME_IPV4),
   AAAA("staging.blog", FUME_IPV6),
-  A("birthday20", FUME_IPV4),
-  AAAA("birthday20", FUME_IPV6),
 
   // HTTPS / SVCB records
   HTTPS("blog", 1, ".", "alpn=h2"),
@@ -612,6 +610,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   AAAA("dmca", NAGA_IPV6),
   A("otrs", NAGA_IPV4),
   AAAA("otrs", NAGA_IPV6),
+  A("birthday20", NAGA_IPV4),
+  AAAA("birthday20", NAGA_IPV6),
 
   // HTTPS / SVCB records
   HTTPS("svn", 1, ".", "alpn=h2"),