X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/96290e2264d1d526b4c9bb840c37786fdfaac867..bf8c5e2e26f69bf4f2550595b2952c468dd1e2a7:/src/ideditor.js diff --git a/src/ideditor.js b/src/ideditor.js index 68b3ade..3faa1e2 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_HE), + AAAA("preview", NAGA_IPV6_HE) -); \ No newline at end of file +);