Skip to content

Latest commit

 

History

History

coredns

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.