Docker cloudflared built with Go 1.22 on Alpine 3.20
50K+
Up to date multi-platform images are built an hour after upstream release and rebuilt at least once a week.
Usage: docker run --rm -it jauderho/cloudflared:latest
services:
cloudflared:
container_name: cloudflared
image: jauderho/cloudflared:latest
ports:
- "5454:5454/tcp"
- "5454:5454/udp"
volumes:
- './etc-cloudflared/:/etc/cloudflared/'
# uncomment if using a lower port
#cap_add:
# - NET_BIND_SERVICE
restart: unless-stopped
etc-cloudflared/config.yaml
no-autoupdate: true
max-upstream-conns: 75
protocol: quic
proxy-dns: true
proxy-dns-address: 0.0.0.0
proxy-dns-port: 5454
proxy-dns-upstream:
#- https://mozilla.cloudflare-dns.com/dns-query
- https://odoh.cloudflare-dns.com/dns-query
- https://9.9.9.9/dns-query
- https://doh.la.ahadns.net/dns-query
#- https://n69pt178tv.cloudflare-gateway.com/dns-query
Content type
Image
Digest
sha256:ddc36a4bf…
Size
16.2 MB
Last updated
about 14 hours ago
docker pull jauderho/cloudflared