cloudflared
cloudflared copied to clipboard
Cloudflare Tunnel client (formerly Argo Tunnel)
**Describe the bug** The version in the example provided for deploying cloudflared on k8s is [cloudflare/cloudflared:2021.5.10](https://github.com/cloudflare/argo-tunnel-examples/blob/master/terraform-gcp-gke-ingress-controller/k8s-cloudflared.tf#L47C20-L47C42) while the latest released version at time of writing is `2025.2.1` this represents a...
**Describe the feature you'd like** Currently a tunnel configuration can only be updated with a single "replace everything" call to ``` PUT /accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations ``` This overwrites all ingress rules, and...
Dear all, I'm using cloudflared on homeassistant on my raspberry. Since I upgraded from Pi3 to Pi5 cloudflared creates following error: 2025-04-02T13:32:28Z ERR Request failed error="Unable to reach the origin...
I want to start my local app 5000 port on cloudflared but pip install cloudflared doesnt work and this url that is on your github readme on home page returns...
multiple non-constant format string in calls fixed.
Fixes CVE-2025-22869 (or at least stops scanners from tripping on it).
Hi, this improvement allows 'cloudflared' to run in Kubernetes with 'runAsNonRoot: true' without requiring force change user ID to be numeric.
The only resource I could find to install cloudflared on linux is in a tutorial for creating a local tunnel. The repository does not find a compatible version for Ubuntu...
Hi, I used FreeBSD 14. Compile error now. Please help ---------------------------- gmake cloudflared GOOS=freebsd GOARCH=amd64 go build -mod=vendor -ldflags='-X "main.Version=2024.11.1-11-gb3304bf0" -X "main.BuildTime=2024-11-30-2155 UTC" ' github.com/cloudflare/cloudflared/cmd/cloudflared # github.com/cloudflare/cloudflared/cmd/cloudflared/tunnel cmd/cloudflared/tunnel/cmd.go:559:15: undefined: diagnostic.NewSystemCollectorImpl...
I've been working on a helper script for a project that automatically fetches an access token and updates a local `.env` file with the token. Sometimes the script would fail...