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