From: Grant Slater Date: Sun, 16 Feb 2025 15:08:35 +0000 (+0100) Subject: Add sotm 2025 X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/ebf82cfc312d4215fb6a4e2910a76c185e811a90?ds=sidebyside Add sotm 2025 --- 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"),