]> git.openstreetmap.org Git - dns.git/commitdiff
Point stateofthemap entry page at naga
authorTom Hughes <tom@compton.nu>
Tue, 14 Feb 2023 10:33:05 +0000 (10:33 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Feb 2023 10:33:05 +0000 (10:33 +0000)
src/stateofthemap.js

index f9245e3b6153c62fba99bfc9d98e49d78aea3dce..40844e0ff7ee0f072c20acc07937d4b88a58a4cd 100644 (file)
@@ -46,8 +46,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  A("@", RIDLEY_IPV4),
-  A("www", RIDLEY_IPV4),
+  A("@", NAGA_IPV4),
+  AAAA("@", NAGA_IPV6),
+  A("www", NAGA_IPV4),
+  AAAA("www", NAGA_IPV6),
   A("2022", NAGA_IPV4),
   AAAA("2022", NAGA_IPV6),
   A("2021", NAGA_IPV4),