-
zdns v0.1.10 Stable
released this
2026-07-01 21:20:36 +00:00 | 14 commits to main since this releaseAdded
- Authoritative systemd service
zdns@.service(a template, one instance per
zone). Drop a zone at/etc/zdns/zones/<name>.zoneand run
systemctl enable --now zdns@<name>to serve it viazdns-serveusing
/etc/zdns/serve.conf. Same hardening as the recursor unit (DynamicUser, only
CAP_NET_BIND_SERVICE, ProtectSystem=strict). Ships a defaultserve.conf
(safelisten=127.0.0.1:5301; set0.0.0.0:53for public serving) and an
example zone at/usr/share/doc/zdns/examples/example.com.zone. Note:
zdns-serveis single-zone and binds a fixed metrics port, so run one instance
per host. Completes the PowerDNS daemon pair (authoritative + recursor).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Authoritative systemd service