]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Use osm_web_service for openstreetmap.org
[dns.git] / src / switch2osm.js
index e6763c7075298a0dcdafa7651aee49e8b03aba07..16ff39c60d06b454b13a39a7beeadac5dc7f8e42 100644 (file)
@@ -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")
 
 );