cloudflared
cloudflared copied to clipboard
Cloudflare Tunnel client (formerly Argo Tunnel)
**Describe the feature you'd like** Is there support, or any intention to support, multiple replicas of a service under the same hostname in Zero Trust / cloudflared? Assumming I have...
**Describe the bug** The `--help` text has a typo. **To Reproduce** Run `cloudflared tunnel route lb --help` It displays: ``` cloudflared tunnel route dns [TUNNEL] [HOSTNAME] [LB-POOL] ``` **Expected behavior**...
**Describe the feature you'd like** Hello! Here to suggest adding --pidfile to `cloudflared access`. Currently working version: ```yaml version: '3' tasks: env: cmds: - cloudflared access tcp --hostname https://api.example.com --url...
**Describe the bug** We're a software consultancy that uses many different hosting providers and platforms for a wide variety of client projects (AWS, DigitalOcean, Vultr, etc.). We use `cloudflared` tunnels...
**Describe the bug** Not 100% sure if this is actually a bug, but I am filing this as a bug as it's seems to be the best category. The apt...
UUID not UUUD
I've tested this on my OpenBSD 7.2 machine and this simple fix makes it compile and run flawlessly.
**Describe the bug** cloudflared does not compile on go 1.20 due to the quic-go dependency specified in go.mod not supporting 1.20. As of ~13 hours ago, 1.20 is [supported](https://github.com/quic-go/quic-go/commit/5b72f4c900f209b5705bb0959399d59e495a2c6e) upstream....
**DNS Setup.** Type / Name / Content CNAME, server-1.domain.com , xxxxx.cfargotunnel.com CNAME, server-2.domain.com , yyyyy.cfargotunnel.com **Load Balancer Config** Load balancer running on loadbalancer.domain.com Load balancer pool containing server-1 and server-2...