]> git.openstreetmap.org Git - dns.git/commitdiff
Move SoTM 2007 and 2008 to naga
authorGrant Slater <github@firefishy.com>
Tue, 17 Sep 2024 17:47:39 +0000 (18:47 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 17 Sep 2024 17:47:39 +0000 (18:47 +0100)
src/stateofthemap.js

index d53e3f9d29650e843e8abe325646e80d2bd1b800..dcd0a093f008ffc4fbe510b2679757ca806a7078 100644 (file)
@@ -72,8 +72,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("2011", RIDLEY_IPV4),
   A("2010", RIDLEY_IPV4),
   A("2009", RIDLEY_IPV4),
-  A("2008", RIDLEY_IPV4),
-  A("2007", RIDLEY_IPV4),
+  A("2008", NAGA_IPV4),
+  AAAA("2008", NAGA_IPV6),
+  A("2007", NAGA_IPV4),
+  AAAA("2007", NAGA_IPV6),
 
   // HTTPS / SVCB records
   HTTPS("@", 1, ".", "alpn=h2"),