From a2b4abf47908fa2cfa053e78297eba873076bfd9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 17 Sep 2024 18:47:39 +0100 Subject: [PATCH] Move SoTM 2007 and 2008 to naga --- src/stateofthemap.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index d53e3f9..dcd0a09 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -72,8 +72,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2011", RIDLEY_IPV4), A("2010", RIDLEY_IPV4), A("2009", RIDLEY_IPV4), - A("2008", RIDLEY_IPV4), - A("2007", RIDLEY_IPV4), + A("2008", NAGA_IPV4), + AAAA("2008", NAGA_IPV6), + A("2007", NAGA_IPV4), + AAAA("2007", NAGA_IPV6), // HTTPS / SVCB records HTTPS("@", 1, ".", "alpn=h2"), -- 2.39.5