summary refs log tree commit diff stats
path: root/dnsconfig.js
diff options
context:
space:
mode:
authorAlan Pearce2024-06-24 23:36:55 +0200
committerAlan Pearce2024-06-24 23:36:55 +0200
commit647d2c7573c9b15faa52dcf5c119def531be4094 (patch)
tree1d9ade8c91d6b8b40c091e5780dba594203596e2 /dnsconfig.js
parente889c9fa9a00706e45a0b2cf7d5d33c017215d61 (diff)
downloaddns-647d2c7573c9b15faa52dcf5c119def531be4094.tar.lz
dns-647d2c7573c9b15faa52dcf5c119def531be4094.tar.zst
dns-647d2c7573c9b15faa52dcf5c119def531be4094.zip
remove outdated comment
Diffstat (limited to 'dnsconfig.js')
-rw-r--r--dnsconfig.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsconfig.js b/dnsconfig.js
index 8a3d3e1..ea11d85 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -21,10 +21,10 @@ function https(record) {
  * @param {string} name
  */
 function fly(name) {
+  // prettier-ignore
   return [
     ALIAS(name, 'alanpearce-eu.fly.dev.'),
-    // neither vercel nor netlify support HTTP/3 yet
-    HTTPS(name, 1, '.', https({ alpn: ['h2'] })),
+    HTTPS(name, 1, '.', https({ alpn: ['h2'] }))
   ]
 }