From ebf82cfc312d4215fb6a4e2910a76c185e811a90 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 16 Feb 2025 16:08:35 +0100 Subject: [PATCH] Add sotm 2025 --- src/stateofthemap.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index efe3912..d942728 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -50,6 +50,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("@", IPV6["naga.he"]), A("www", IPV4["naga.he"]), AAAA("www", IPV6["naga.he"]), + A("2025", IPV4["naga.he"]), + AAAA("2025", IPV6["naga.he"]), A("2024", IPV4["naga.he"]), AAAA("2024", IPV6["naga.he"]), A("2022", IPV4["naga.he"]), @@ -81,6 +83,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // HTTPS / SVCB records HTTPS("@", 1, ".", "alpn=h2"), HTTPS("www", 1, ".", "alpn=h2"), + HTTPS("2025", 1, ".", "alpn=h2"), HTTPS("2024", 1, ".", "alpn=h2"), HTTPS("2022", 1, ".", "alpn=h2"), HTTPS("2021", 1, ".", "alpn=h2"), -- 2.39.5