]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTPSRR.md: clarify somewhat
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Apr 2025 06:30:16 +0000 (08:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Apr 2025 07:11:48 +0000 (09:11 +0200)
Closes #17204

docs/HTTPSRR.md

index b408a9754f5c015b922da426b82e868ce15ebe2c..22184a253e68b487a7f6f8c3eb5b7f7e8aa192b6 100644 (file)
@@ -11,13 +11,13 @@ DNS Resource Record.
 
 curl features **experimental** support for HTTPS RR.
 
-- The ALPN list from the retrieved HTTPS record is parsed
-- The ECH field is stored (when DoH is used)
-- The port number from the HTTPS RR is not used
+- The ALPN list from the record is parsed and used
+- The ECH field is stored - and used if ECH is enabled in the build
+- The port number is not used (Firefox supports it, Chrome does not)
 - The target name is not used
-- The IP addresses from the HTTPS RR are not used
+- The IP addresses (`Ipv6hints`, `Ipv4hints`) from the HTTPS RR are not used
 - It only supports a single HTTPS RR per hostname
-- consider cases without A/AAAA records but *with* HTTPS RR
+- Hostnames without A/AAAA records but *with* HTTPS RR fails
 - consider service profiles where the RR provides different addresses for TCP
   vs QUIC etc