1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 14:40:05 +00:00
Setup for my own DNS server
Find a file
Knut Ahlers caea3c7f13
Work around packages not pinned properly
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-18 14:31:47 +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 Work around older alpine version 2018-02-06 23:26:27 +01:00
build.sh Work around packages not pinned properly 2018-02-18 14:31:47 +01:00
checkZonefile.py Remove code duplication by using mailserver sets 2018-02-18 13:49:51 +01:00
Corefile Refresh every 10s 2018-02-05 07:47:19 +01:00
cron_generate.go Multiple fixes 2018-02-05 07:34:59 +01:00
Dockerfile Add health check to docker container 2018-02-06 20:20:13 +01:00
generateZonefiles.py Remove code duplication by using mailserver sets 2018-02-18 13:49:51 +01:00
Makefile Work around older alpine version 2018-02-06 23:26:27 +01:00
README.md Update README 2018-02-06 23:02:57 +01:00
requirements.txt Add zone file generator 2018-02-05 07:03:08 +01:00
zone_template.j2 Ensure stable sorting in zone files 2018-02-18 13:47:31 +01:00
zones.yml Remove code duplication by using mailserver sets 2018-02-18 13:49:51 +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