docker-cloudflared
docker-cloudflared copied to clipboard
Cloudflared proxy-dns Docker image
Hi @crazy-max, Thank you for building and maintaining this container for the `cloudflared` tool! 🚀 I don't know if you find this useful but I built a [helm chart](https://charts.pascaliske.dev/charts/cloudflared/) for...
### Behaviour Metrics server starts when the container starts. I can visit the metrics endpoint and see the the data. So when a tunnel is started and the metrics server...
Hi just one information ... I ran the container with Docker CLI (no docker-compose). If I enter in docker container in ash console (via portainer) I would like to know...
Removed DNS settings which pointed to `1.1.1.1`, since direct connections to `1.1.1.1` bypasses DoH. Queries should instead go through cloudflared only, which is `172.20.0.3` in this example. I've tested it...
When using the TUNNEL_DNS_ADDRESS parameter other than "0.0.0.0" the Healthcheck will report Unhealthy For example: TUNNEL_DNS_ADDRESS=192.168.1.38 The Healthcheck command used is "dig +short @127.0.0.1 -p $TUNNEL_DNS_PORT cloudflare.com A || exit...