• v0.1.10 e851973c38

    zdns v0.1.10 Stable

    gitea_admin released this 2026-07-01 21:20:36 +00:00 | 14 commits to main since this release

    Added

    • Authoritative systemd service zdns@.service (a template, one instance per
      zone). Drop a zone at /etc/zdns/zones/<name>.zone and run
      systemctl enable --now zdns@<name> to serve it via zdns-serve using
      /etc/zdns/serve.conf. Same hardening as the recursor unit (DynamicUser, only
      CAP_NET_BIND_SERVICE, ProtectSystem=strict). Ships a default serve.conf
      (safe listen=127.0.0.1:5301; set 0.0.0.0:53 for public serving) and an
      example zone at /usr/share/doc/zdns/examples/example.com.zone. Note:
      zdns-serve is single-zone and binds a fixed metrics port, so run one instance
      per host. Completes the PowerDNS daemon pair (authoritative + recursor).
    Downloads