X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/1ad9d2dfba4fd9600b681f9f4fa1b692d7217e6b..96290e2264d1d526b4c9bb840c37786fdfaac867:/src/ideditor.js diff --git a/src/ideditor.js b/src/ideditor.js index 3d2fd64..68b3ade 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -24,11 +24,9 @@ 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.") ); \ No newline at end of file