TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HTTPS RR in Curl

58 pointsby TangerineDreamabout 2 months ago

3 comments

max-privatevoidabout 2 months ago
Fetching DNS records about HTTPS over DNS-over-HTTPS. Absolutely ossified.
评论 #43533189 未加载
评论 #43533427 未加载
评论 #43533211 未加载
jesprenjabout 2 months ago
Down? <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20250331082114&#x2F;https:&#x2F;&#x2F;daniel.haxx.se&#x2F;blog&#x2F;2025&#x2F;03&#x2F;31&#x2F;https-rr-in-curl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20250331082114&#x2F;https:&#x2F;&#x2F;daniel.ha...</a>
评论 #43532805 未加载
samuelophabout 2 months ago
You can test it on Debian experimental, or use a Debian container:<p>$ podman run debian:experimental &#x2F;bin&#x2F;bash -c &#x27;apt install --update -t experimental -y curl &amp;&amp; curl --version&#x27;<p>Version 8.13.0~rc3-1+exp1 is syncing to the repositories and has HTTPS RR support enabled.