X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/d816664db3b6d6c0adb80a4a2b3437f7659faf91..bf8c5e2e26f69bf4f2550595b2952c468dd1e2a7:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index e6763c7..339a4f1 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("@", NAGA_IPV4_HE), + AAAA("@", NAGA_IPV6_HE), + A("www", NAGA_IPV4_HE), + AAAA("www", NAGA_IPV6_HE), + + // HTTPS / SVCB records + HTTPS("@", 1, ".", "alpn=h2"), + HTTPS("www", 1, ".", "alpn=h2") );