X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/efdc7aa9f4b790b3d5e4390d5607b3d7179b88a4..HEAD:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index 26097f2..339a4f1 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -26,10 +26,10 @@ 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"),