From: Tom Hughes Date: Tue, 14 Feb 2023 10:33:05 +0000 (+0000) Subject: Point stateofthemap entry page at naga X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/ea06d52f79181447f4effb8bb5918f8b8958f352 Point stateofthemap entry page at naga --- 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),