cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Cloudflare Tunnel client (formerly Argo Tunnel)

Results 382 cloudflared issues
Sort by recently updated
recently updated
newest added

Cloudflared is likely a good candidate for PGO: https://go.dev/doc/pgo

Type: Feature Request
Priority: Normal

**Describe the feature you'd like** Add -no-pretty flag to cloudflared access login making it only output jwt token: ```shell $ cloudflared access login -no-pretty $url ``` **Describe alternatives you've considered**...

Type: Feature Request
Priority: Normal

This is a feature request to make `cloudflared` have the ability to listen on unix sockets as well as `host:port` combinations. For example: ``` cloudflared access tcp --hostname my-tunnel-hostname.example.com --listener...

**Describe the bug** A clear and concise description of what the bug is. I am trying to use a tunnel "cloudflared tunnel --url localhost:2222" to be able to remotely ssh...

Type: Bug
Priority: Normal

Per the contribution guidelines, this seemed to me like a small enough change to not warrant an issue before creating this pull request. Let me know if you'd like me...

**Describe the bug** Opening this as a centralized place for this issue. **To Reproduce** Was unable to directly reproduce on my own tunnel, but the from what I have gathered...

Type: Bug
Priority: Normal

**Describe the bug** Since upgrading to 2024.6.1 I cannot access my servers, i revert back to 2023.10.0 and everything works as it always shad with 2024.6.1, I now get JSON...

Type: Bug
Priority: Normal

This PR introduces functionality to allow users to create and manage persistent Cloudflare quick tunnels. While quick tunnels are typically ephemeral, this feature enables users to set up long-lasting tunnels...

Adds a new command line flag for `tunnel run` which allows a file to be read for the token. I've left the token command line argument with priority. Would resolve...

Use `RELEASE_NOTES` date instead of build date to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call only...