1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 15:23:03 +00:00
Setup for my own DNS server
Go to file
Knut Ahlers bcc52e39a1
Add reload value
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-14 19:40:09 +01:00
zones Remove all zone files 2018-02-05 07:02:18 +01:00
.gitignore Add zone check script as pre-commit hook 2018-02-06 22:35:56 +01:00
.repo-runner.yaml Use newer runner image 2018-04-07 00:54:46 +02:00
build.sh Revert "Fix naming: Upstream changed it" 2018-10-01 14:21:52 +02:00
checkZonefile.py Add consul support 2018-12-14 19:18:10 +01:00
consul.py Add consul support 2018-12-14 19:18:10 +01:00
Corefile Add reload value 2018-12-14 19:40:09 +01:00
docker-entrypoint.sh Rebuild to use crond and pre-compiled binary 2018-03-04 13:41:25 +01:00
Dockerfile Rebuild to use crond and pre-compiled binary 2018-03-04 13:41:25 +01:00
generateZonefiles.py Add consul support 2018-12-14 19:18:10 +01:00
Makefile Only push image when on master 2018-09-29 00:22:05 +02:00
README.md Update README 2018-02-06 23:02:57 +01:00
requirements.txt Add consul support 2018-12-14 19:18:10 +01:00
zone_template.j2 Ensure stable sorting in zone files 2018-02-18 13:47:31 +01:00
zonefile_cron Rebuild to use crond and pre-compiled binary 2018-03-04 13:41:25 +01:00
zones.yml Move knut.in to consul 2018-12-14 19:20:55 +01:00

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 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