From a4a34f66e2c8dd461ae8fe2e8238fcecbe2eee13 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Apr 2023 12:55:38 +0100 Subject: [PATCH] Use alias for github pages stateofthemap.eu --- src/stateofthemap-eu.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 9ff14f0..14f4836 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -17,13 +17,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // MX("@", 1, "mail.openstreetmap.at."), - // Main web server and it's aliases + // site hosted on github pages - A("@", "185.199.108.153"), - A("@", "185.199.109.153"), - A("@", "185.199.110.153"), - A("@", "185.199.111.153"), - + ALIAS("@", "osmbe.github.io."), CNAME("www", "osmbe.github.io.") ); -- 2.45.1