Skip to content

v2.4.77 — 2026-05-24

DNS Slave Zones

  • feat: Slave zone type in PowerDNS — when creating a zone you can now select "Slave" and specify one or more master IP addresses
  • feat: Slave zones automatically transfer their records from the configured master server; SOA/NS bootstrap is skipped
  • feat: Master IPs are shown in the zone table and the records drawer; record editing is disabled for slave zones

Bug Fixes

  • fix: Remove unused dayjs imports in AuditLog and WAF pages (TypeScript warning TS6133)