]> git.openstreetmap.org Git - dns.git/blobdiff - src/ideditor.js
Add missing github action sudo
[dns.git] / src / ideditor.js
index 3d2fd645a07aeb08aee35231f32949040d58cdce..da8091daeb2df9f751ba25ad835f7eea0381791b 100644 (file)
@@ -24,11 +24,10 @@ 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", RIDLEY_IPV4)
 
-);
\ No newline at end of file
+);