X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/80846befaf629e0168d01a5a4d04918be9ee7b3a..983fcb6c11a396eb12b055fa81170e4254774cce:/src/ideditor.js diff --git a/src/ideditor.js b/src/ideditor.js index 3d2fd64..8706619 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -24,11 +24,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ] }), - // Main web server and it's aliases + // site hosted on github pages - A("@", "192.30.252.153"), - A("@", "192.30.252.154"), - A("www", "192.30.252.153"), - A("www", "192.30.252.154") + ALIAS("@", "openstreetmap.github.io."), + CNAME("www", "openstreetmap.github.io."), + A("preview", NAGA_IPV4), + AAAA("preview", NAGA_IPV6) -); \ No newline at end of file +);