]> git.openstreetmap.org Git - dns.git/commitdiff
Add sotm 2025
authorGrant Slater <github@firefishy.com>
Sun, 16 Feb 2025 15:08:35 +0000 (16:08 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 16 Feb 2025 15:08:35 +0000 (16:08 +0100)
src/stateofthemap.js

index efe3912e1de6498c395cb7929f1a648877d8d81c..d942728ceeaca8b37cdd275b81119cafa3002e71 100644 (file)
@@ -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"),