X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/d816664db3b6d6c0adb80a4a2b3437f7659faf91..4c247e48f85f324940222f65439c91ea87e93887:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index e6763c7..16ff39c 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -26,9 +26,13 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases - A("@", NAGA_IPV4), - AAAA("@", NAGA_IPV6), - A("www", NAGA_IPV4), - AAAA("www", NAGA_IPV6) + A("@", IPV4["naga.he"]), + AAAA("@", IPV6["naga.he"]), + A("www", IPV4["naga.he"]), + AAAA("www", IPV6["naga.he"]), + + // HTTPS / SVCB records + HTTPS("@", 1, ".", "alpn=h2"), + HTTPS("www", 1, ".", "alpn=h2") );