From 51bc98fe8f5eab33f04cf60b456ae0e55b2246c7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Aug 2023 15:22:29 +0100 Subject: [PATCH] Add join-staging.osmfoundation.org --- src/osmfoundation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index ad5eb3f..9f15760 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -104,6 +104,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("operations", NAGA_IPV4), AAAA("operations", NAGA_IPV6), + // Temporary join development staging server + A("join-staging", DRIBBLE_IPV4), + AAAA("join-staging", DRIBBLE_IPV6), + // Nextcloud instance CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."), -- 2.45.1