X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/96290e2264d1d526b4c9bb840c37786fdfaac867..108f25e0b01a8e7b43c931a197fb892da298f3d6:/src/ideditor.js diff --git a/src/ideditor.js b/src/ideditor.js index 68b3ade..2f3ff72 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -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", IPV4["naga"]), + AAAA("preview", IPV6["naga"]) -); \ No newline at end of file +);