From ea06d52f79181447f4effb8bb5918f8b8958f352 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 14 Feb 2023 10:33:05 +0000 Subject: [PATCH] Point stateofthemap entry page at naga --- src/stateofthemap.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index f9245e3..40844e0 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -46,8 +46,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases - A("@", RIDLEY_IPV4), - A("www", RIDLEY_IPV4), + A("@", NAGA_IPV4), + AAAA("@", NAGA_IPV6), + A("www", NAGA_IPV4), + AAAA("www", NAGA_IPV6), A("2022", NAGA_IPV4), AAAA("2022", NAGA_IPV6), A("2021", NAGA_IPV4), -- 2.39.5