An example container with coredns serving files generated by dnscontrol.
The zone files are build with dnscontrol and can be served locally with coredns.
TODO: build container
Check out conf/coredns to see an example of serving the domains in this repo.
Feel free to tweak the examples in dns/*.js
and
run just push
to regenerate the BIND files.
The development processs
documents the subcommands available in just
to work with this repo.
The domains and IPs in the examples contained in this repo should comply with
- RFC2606: Reserved Top Level DNS Names
- RFC1918: Address Allocation for Private Internets
- RFC4193: Unique Local IPv6 Unicast Addresses
to avoid interfering with any existing infrastructure.
- Code of Conduct
- Contributing Guide includes a step-by-step guide to our development processs.
- This ServerFault answer helped me find RFC4193 for the safe IPv6 address range.