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 d234b7b2e4
Remove alias plugin, no longer included
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-05 07:20:36 +01:00
zones Remove all zone files 2018-02-05 07:02:18 +01:00
.gitignore Do not commit zone files, they are generated 2018-02-05 07:17:43 +01:00
.repo-runner.yaml Add repo-runner auto-build 2018-01-31 23:51:42 +01:00
build.sh Add zone file generator 2018-02-05 07:03:08 +01:00
Corefile Remove alias plugin, no longer included 2018-02-05 07:20:36 +01:00
cron_generate.go On startup generate files once 2018-02-05 07:18:12 +01:00
Dockerfile Add zone file generator 2018-02-05 07:03:08 +01:00
generateZonefiles.py Add compare logic to prevent non required writes 2018-02-05 07:17:16 +01:00
Makefile Add repo-runner auto-build 2018-01-31 23:51:42 +01:00
README.md Add README 2018-01-31 23:16:24 +01:00
requirements.txt Add zone file generator 2018-02-05 07:03:08 +01:00
zone_template.j2 Add zone file generator 2018-02-05 07:03:08 +01:00
zones.yml Add zones in YML format for generator 2018-02-05 07:03:23 +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 alias plugin
  • In the configuration the zones folder is automatically added to the server
  • The zone files are auto-formatted using zonefmt