X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/96290e2264d1d526b4c9bb840c37786fdfaac867..2307aa8063ab0ac6c6711c218ecf2c50a4f6f5d7:/src/ideditor.js 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 +);