1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-18 23:02:56 +00:00

Update README

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-02-06 23:02:57 +01:00
parent 14515d3506
commit 4becd457ab
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -4,6 +4,6 @@ This repository contains the setup for my own DNS server. **You do not want to u
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)
- The Dockerfile contains a [CoreDNS](https://coredns.io/) server with added cron to generate zone files on the fly
- The auto-generator supports fake-alias records by running every minute fetching the latest A/AAAA records for the aliased domain
- There is a check script which looks for obvious errors in the `zones.yml` file