X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/1bc5e18c9a386d142cdeb166769a5ff4cbf472d9..dce05ef94a072e144695d6550bae30e88f9c8019:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index 339a4f1..16ff39c 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_HE), - AAAA("@", NAGA_IPV6_HE), - A("www", NAGA_IPV4_HE), - AAAA("www", NAGA_IPV6_HE), + 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"),