X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/96290e2264d1d526b4c9bb840c37786fdfaac867..429371a9fdaa6b22945a89f8fcc64d9edb9922b5:/src/ideditor.js?ds=inline diff --git a/src/ideditor.js b/src/ideditor.js index 68b3ade..8706619 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", NAGA_IPV4), + AAAA("preview", NAGA_IPV6) -); \ No newline at end of file +);