From: Grant Slater Date: Wed, 7 Sep 2022 18:16:02 +0000 (+0100) Subject: Use github pages for ideditor X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/96290e2264d1d526b4c9bb840c37786fdfaac867 Use github pages for ideditor --- 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