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

Move from gopkg.in/coreos/go-oidc.v2 module to github.com/coreos/go-oidc/v3, which is the current supported version of this module. This fixes #167, #592. Signed-off-by: James Peach

I just setup cloudflared argo tunnel on unraid using the latest version. Managed to close all the ports and tested. Works fine. However, the docker log is flooded with this.....

Type: Bug
Confirmed

**Describe the bug** The tunnel randomly stops working **Environment and versions** Docker image cloudflare/cloudflared:2022.2.0 **Logs and errors** ``` 2022-03-04T08:21:22Z INF Connection cfa57569-7451-44ef-aab4-5ee99096d6df registered connIndex=2 location=IAD 2022-03-04T08:38:11Z INF Lost connection with...

Type: Bug
Needs clarification

github.com/coreos/go-oidc has never used gopkg.in, and we may break this soon when we add a go.mod file (https://github.com/coreos/go-oidc/pull/228). Just a heads up that you'll need to use the correct import...

**Describe the bug** If you write a Go program and import `github.com/cloudflare/cloudflared/token` to generate a CF access token, there is a good chance of running into unresolvable module conflicts. For...

Type: Bug
Needs clarification

printing `seconds` is superfluous since time.Duration already adds the `s` suffix Invalid log message would be ``` Retrying connection in up to 1s seconds ```

**Describe the feature you'd like** It's pretty common these days for programs to bundle their own shell completion generators. It would be great if `cloudflared completion $SHELL` emitted the completion...

Needs clarification
Type: Feature Request

Hi, I used cloudflare tunnels and it seemed to be fun. I was wondering if we could tunnel rtmp traffic as well? I searched for this on the internet but...

Hi, I'm facing this strange issue here. Whereby, when I run `tunnel login`, it detects the existing `cert.pem`: ``` $ docker-compose run d tunnel login You have an existing certificate...

Type: Bug
Needs reproduction

Recently integrated cloudflared into my PiHole solution for DoH. I really dig the metrics feature and I'm presently attempting to build dashboards for the data to augment monitoring of my...