From 993c79c8cd73abe21371b935989e916abac46f63 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 21 Aug 2023 06:07:16 +0100 Subject: [PATCH] Remove crm/join staging sites --- src/osmfoundation.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 003090a..f450688 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -109,12 +109,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("operations", NAGA_IPV4), AAAA("operations", NAGA_IPV6), - // Temporary join development staging server - A("crm-staging", DRIBBLE_IPV4), - AAAA("crm-staging", DRIBBLE_IPV6), - A("join-staging", DRIBBLE_IPV4), - AAAA("join-staging", DRIBBLE_IPV6), - // Nextcloud instance CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."), -- 2.45.1