From: Grant Slater Date: Fri, 16 Sep 2022 11:46:10 +0000 (+0100) Subject: Add preview.ideditor.com X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/fd020bf6a4fbc2e9da2e4aa0bf597af19e876418 Add preview.ideditor.com --- diff --git a/src/ideditor.js b/src/ideditor.js index 68b3ade..da8091d 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -27,6 +27,7 @@ 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", RIDLEY_IPV4) -); \ No newline at end of file +);