Sign inSign up

richardbristow/docker-cloudflared-proxy-dns

By richardbristow

•Updated over 3 years ago

Run cloudflared proxy-dns service in a docker container

Image
0

1.6K

richardbristow/docker-cloudflared-proxy-dns repository overview

⁠docker-cloudflared-proxy-dns

build-and-publish

Runs the cloudflared service in a container, and starts a DNS over HTTPS proxy to 1.1.1.1

More information on cloudflared is available at the Cloudflare developer site⁠.

The docker image is also available to be pulled from the GitHub container registry.

⁠Example usage

docker run --rm \
  -p 5053:5053/tcp \
  -p 5053:5053/udp \
  richardbristow/docker-cloudflared-proxy-dns

⁠Docker-compose example

version: '3'
services:
  docker-cloudflared-proxy-dns:
    container_name: docker-cloudflared-proxy-dns
    image: richardbristow/docker-cloudflared-proxy-dns
    restart: always
    ports:
      - 5053:5053/tcp
      - 5053:5053/udp

Tag summary

Content type

Image

Digest

Size

20.9 MB

Last updated

over 5 years ago

docker pull richardbristow/docker-cloudflared-proxy-dns