mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 14:40:05 +00:00
Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
14515d3506
commit
4becd457ab
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue