From 96290e2264d1d526b4c9bb840c37786fdfaac867 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 7 Sep 2022 19:16:02 +0100 Subject: [PATCH] Use github pages for ideditor --- src/ideditor.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.43.2