Skip to content

pfcoperez/cloudflaredoh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cloudflare DoH (DNS over HTTPS)

A docker image spinning up a DNS over HTTPs (DoH) client serving regular DNS requests over port 53/udp.

https://hub.docker.com/r/pfcoperez/cloudflaredoh/

If you want to try DoH but you don't want to use a nightly version or Firefox or just don't want to use Firefox at all, you can use the client provided by Cloudflare. This docker image makes that as easy as starting a docker container which will respond to DNS requests over UDP port 53, yes, just as if it was a regular DNS server.

You can use this service per machine or as a local network service so every device at home is using a non-leaking TLS secured DNS service.

How do I use the image?**

  1. [Optionally] You can build it by pulling this git repo and executing make.
  2. Spin up the service via docker: docker run -d --name doh -p 53/udp pfcoperez/cloudflaredoh:latest

About

A docker image spinning up a DNS over HTTPs (DoH) client serving regular DNS requests over port 53/udp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published