X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/dab85ec4e3fcc90bf66b120bcc16ff4f1a8f8022..2da65055a7fb2b52ef6b284653b6fd1899dbc4d2:/src/stateofthemap.js 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"),