A local high performance DNS cache based on CoreDNS with a custom fanout plugin
9.7K
A lightweight CoreDNS build that includes a custom fanout plugin with support for DNS-over-HTTPS (DoH), DoH/3, and DNS-over-QUIC (DoQ).
The plugin sends each DNS query to multiple upstream resolvers in parallel (UDP/TCP/DoH/DoH3/DoQ) and returns the fastest valid response. See https://github.com/TomTonic/coredns-fanout
Run with your Corefile:
docker run -d \
-p 53:53/udp \
-v $(pwd)/Corefile:/etc/coredns/Corefile \
tomtonic/coredns-fanout:latest
Content type
Image
Digest
sha256:c7d7da4fa…
Size
22.9 MB
Last updated
1 day ago
docker pull tomtonic/coredns-fanout