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

**Describe the bug** My ssh tunnel is running via cloudflared on a ubuntu server. it's at ssh.mydomain.com I downloaded cloudflared binary on windows and added it to path. According to...

Type: Bug
Needs clarification

On local machine: busybox telnetd (telnet server on port 23) then: cloudflared tunnel --bastion on remote machine: cloudflared access tcp --hostname some-funny-words.trycloudflare.com --destination 192.168.x.y:23 The connection works but telnet negotiation...

One way to mitigate issues like #514 could be to use systemd's `WatchdogSec=` property to automatically restart an idle cloudflared. For this to be possible, cloudflared would have to send...

I've recently moved most of my servers and VMs to Artix Linux (a derivative of Arch Linux, sans systemd). I chose the `runit` system for my init and process supervision...

Type: Feature Request

Hello, I am looking to use cloudflared on a raspberry pi running [Ubuntu Core](https://ubuntu.com/core). This is a very light weight operating system where the OS itself as well as applications...

Needs clarification
Type: Feature Request

Heyo! Loving Tunnels so far, however I do have a question. I sthere support, or any intention to support, multiple services on the same hostname? I'm presently working with a...

I hope the official can support the docker image of the Raspberry Pi.

> [always fail](https://github.com/cloudflare/cloudflared/actions/workflows/check.yaml?query=event%3Apush) I checked and found that ticker of golang in github actions is [not working as expected](https://github.com/hellodword/darwin/actions/runs/1975056225), and maybe this is [the reason](https://github.com/golang/go/commit/4ffa2f1c23d5d43be18c4ebf74ca553119683670). > overloaded or slow systems...

When embedding the tunnel command inside another CLI, it became difficult to test shutdown behavior due to this leaking tunnel. By using the command context, we're able to shutdown gracefully.

Hello, I'm diving into Cloudflare tunnels, and trying to get my Home Assistant instance to tunnel correctly, but having problems. I use a non-standard port for the Home Assistant (HA)...