From 2d49e3f40fc1d2d582e77c661b9d764da719bb72 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Nov 2023 13:50:52 +0000 Subject: [PATCH] Add SoTM 2024 --- src/stateofthemap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index e349a1d..a54d5c0 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -50,6 +50,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("@", NAGA_IPV6), A("www", NAGA_IPV4), AAAA("www", NAGA_IPV6), + A("2024", NAGA_IPV4), + AAAA("2024", NAGA_IPV6), A("2022", NAGA_IPV4), AAAA("2022", NAGA_IPV6), A("2021", NAGA_IPV4), -- 2.45.1