From 51a2fb9560806e27eda6601ba7c17d737862d668 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Feb 2023 19:06:59 +0000 Subject: [PATCH 1/1] Point operations at naga --- src/osmfoundation.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 4e3c624..d842885 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -71,7 +71,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("board", RIDLEY_IPV4), A("dwg", RIDLEY_IPV4), A("mwg", RIDLEY_IPV4), - A("operations", RIDLEY_IPV4), + A("operations", NAGA_IPV4), + AAAA("operations", NAGA_IPV6), // Nextcloud instance -- 2.39.5