]> git.openstreetmap.org Git - dns.git/blobdiff - src/ideditor.js
Replace dynamic records logic with D_EXTEND
[dns.git] / src / ideditor.js
index 68b3ade225019427b7e5600e7959e75efdaa4586..3faa1e2ec400f86345e3368ce189e6aa32558521 100644 (file)
@@ -27,6 +27,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // site hosted on github pages
 
   ALIAS("@", "openstreetmap.github.io."),
-  CNAME("www", "openstreetmap.github.io.")
+  CNAME("www", "openstreetmap.github.io."),
+  A("preview", NAGA_IPV4_HE),
+  AAAA("preview", NAGA_IPV6_HE)
 
-);
\ No newline at end of file
+);