]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Add additional HTTPS / SVCB records
[dns.git] / src / switch2osm.js
index e6763c7075298a0dcdafa7651aee49e8b03aba07..26097f22fcc83d4af2da697986c1e42e21cc11eb 100644 (file)
@@ -29,6 +29,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   A("@", NAGA_IPV4),
   AAAA("@", NAGA_IPV6),
   A("www", NAGA_IPV4),
-  AAAA("www", NAGA_IPV6)
+  AAAA("www", NAGA_IPV6),
+
+  // HTTPS / SVCB records
+  HTTPS("@", 1, ".", "alpn=h2"),
+  HTTPS("www", 1, ".", "alpn=h2")
 
 );