Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 538 Bytes

General informations

Custom CoreDNS image built from sources.

Built with Go 1.22.

CoreDNS configuration

This image doesn't come with a default CoreDNS configuration. You can bring your own configuration to the container (e.g using Docker):

$ docker run [options] \
    -v Corefile:/etc/coredns/Corefile:ro \
    -v /path/to/zonefiles:/etc/coredns/zones:ro \
    ghcr.io/f-bn/coredns:1.11.3 -conf /etc/coredns/Corefile

More informations about CoreDNS configuration here.