Go to file
Donavan Fritz 1cbd5f3bcf
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m7s
fix typo
2024-02-09 23:22:28 -08:00
.gitea/workflows fix typo 2024-02-09 23:22:28 -08:00
.gitignore project init 2024-02-08 17:50:58 -08:00
Dockerfile use /dns/ since / is messy 2024-02-09 23:19:51 -08:00
LICENSE project init 2024-02-08 17:50:58 -08:00
plugin.cfg project init 2024-02-08 17:50:58 -08:00
README.md use /dns/ since / is messy 2024-02-09 23:19:51 -08:00

Fritzlab DNS Docker Image Base

Overview

Base Docker Image for Fritzlab DNS Servers. All servers are based on CoreDNS. This repo produces a base docker image for which DNS servers will be deployed from.

What's Inside?

The plugin.cfg file is used to add/remove plugins from the standard CoreDNS build. For example, unbound and synthetic are non-standard plugins that are added.

The resulting coredns binary is located at /. Thus, simply adding a Corefile to /dns/ is all that's needed when extending this image.