From 80bb78514f543c95bd4f20e121d113a7048cae23 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 2 Aug 2023 03:58:17 +0100 Subject: [PATCH] Add crm-staging.osmfoundation.org --- src/osmfoundation.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 9f15760..eaab8e5 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -105,6 +105,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), 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), -- 2.39.5