]> git.openstreetmap.org Git - dns.git/commitdiff
Move hot and id preview to naga
authorGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:55:08 +0000 (12:55 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:55:08 +0000 (12:55 +0100)
src/ideditor.js
src/openstreetmap.js

index da8091daeb2df9f751ba25ad835f7eea0381791b..c019ea6dd699bdd947eb20c9327df819fadef378 100644 (file)
@@ -28,6 +28,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   ALIAS("@", "openstreetmap.github.io."),
   CNAME("www", "openstreetmap.github.io."),
-  A("preview", RIDLEY_IPV4)
+  A("preview", NAGA_IPV4)
+  AAAA("preview", NAGA_IPV6)
 
 );
index 74bbd9958e23833c2628f926723db95f64586211..0750308d961acef0b420ff1a8563b0a10b5d099e 100644 (file)
@@ -411,7 +411,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("otrs", RIDLEY_IPV4),
   A("blog", RIDLEY_IPV4),
   A("foundation", RIDLEY_IPV4),
-  A("hot", RIDLEY_IPV4),
   A("dmca", RIDLEY_IPV4),
   A("ridley.ucl", RIDLEY_INTERNAL),
   A("ridley.oob", RIDLEY_OOB),
@@ -531,6 +530,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   AAAA("welcome", NAGA_IPV6),
   A("operations", NAGA_IPV4),
   AAAA("operations", NAGA_IPV6),
+  A("hot", NAGA_IPV4),
+  AAAA("hot", NAGA_IPV6),
   A("naga.dub", NAGA_INTERNAL),
   A("naga.oob", NAGA_OOB),