]> git.openstreetmap.org Git - dns.git/blobdiff - src/ideditor.js
Ensure consistent line endings in IPv4 and IPv6 files
[dns.git] / src / ideditor.js
index 3d2fd645a07aeb08aee35231f32949040d58cdce..3c61fd472403f5881530742d35dd231d87da408c 100644 (file)
@@ -24,11 +24,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
     ]
   }),
 
-  // Main web server and it's aliases
+  // site hosted on github pages
 
-  A("@", "192.30.252.153"),
-  A("@", "192.30.252.154"),
-  A("www", "192.30.252.153"),
-  A("www", "192.30.252.154")
+  ALIAS("@", "openstreetmap.github.io."),
+  CNAME("www", "openstreetmap.github.io."),
+  A("preview", IPV4["naga.he"]),
+  AAAA("preview", IPV6["naga.he"])
 
-);
\ No newline at end of file
+);