1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 22:50:06 +00:00

Add README

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-31 23:15:33 +01:00
parent 61608cd322
commit 606199194b
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Luzifer / dns
This repository contains the setup for my own DNS server. **You do not want to use the Repo as I'm maintaining it here!** (Why would you host my DNS for me?!?)
If you are looking at this because you're searching for inspiration:
- The Dockerfile contains a [CoreDNS](https://coredns.io/) server with added [alias plugin](https://coredns.io/explugins/alias/)
- In the configuration the `zones` folder is automatically added to the server
- The zone files are auto-formatted using [zonefmt](https://github.com/Luzifer/zonefmt)