]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Drop scorch from DNS
[dns.git] / src / switch2osm.js
index e6763c7075298a0dcdafa7651aee49e8b03aba07..339a4f1a22d05f2a08e17ad1b6af8734e20f4fc6 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("@", 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")
 
 );