From 4a4b4f2b98698b4caf62aeddbab1db92fd798084 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 20 Feb 2026 06:59:12 +1300 Subject: [PATCH] =?UTF-8?q?docs:=20clarify=20Knot=20DNS=20and=20PowerDNS?= =?UTF-8?q?=20are=20not=20implemented=20backends=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explicit note that only nsd, bind, and coredns_mysql are available — Knot and PowerDNS are listed as architectural context only. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1729672..b57170c 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,8 @@ The container image ships with **both NSD and BIND9** installed. The entrypoint - **Need zero-interruption zone swaps:** Knot DNS (RCU — serves old zone to in-flight queries while atomically swapping in the new one). - **Need an HTTP API for zone management:** PowerDNS Authoritative with its native HTTP API. +> **Note:** Knot DNS and PowerDNS backends are **not implemented** in directdnsonly — they are listed here as architectural context only. Implemented backends: `nsd`, `bind`, `coredns_mysql`. Pull requests for additional backends are welcome. + --- ## CoreDNS MySQL Backend — Required Fork