From 7834e0dae3eedab1e429872007efd0745169f2e7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 18 Sep 2024 00:46:52 +0100 Subject: [PATCH] Move SoTM 2009 to naga --- src/stateofthemap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index dcd0a09..a224ea4 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -71,7 +71,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2012", RIDLEY_IPV4), A("2011", RIDLEY_IPV4), A("2010", RIDLEY_IPV4), - A("2009", RIDLEY_IPV4), + A("2009", NAGA_IPV4), + AAAA("2009", NAGA_IPV6), A("2008", NAGA_IPV4), AAAA("2008", NAGA_IPV6), A("2007", NAGA_IPV4),