cloudflare / cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel)

Home Page:https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💡ssh tunnel over http3 support

y1rn opened this issue · comments

commented

lsof -p 15849
cloudflar 15849 root 3u IPv4 62124 0t0 TCP :46376->172.67.204.230:https (ESTABLISHED)
Looks cloudflared access ssh over tcp, My site support http3, Please add http3 support.

cloudflared access ssh establishes a websocket through Cloudflare, which should work if your domain is using http/3. Which specific issue are you experiencing?

commented

cloudflared access ssh establishes a websocket through Cloudflare, which should work if your domain is using http/3. Which specific issue are you experiencing?

Does cloudflared access ssh establishes a websocket over http3 to Cloudflare? It over tcp in my case.