From 3d3ccda6571de67810f9f71405ccb44486b82c1f Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:34:47 +0100 Subject: [PATCH] Add attention note for DDNS updates --- source/manual/kea.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/manual/kea.rst b/source/manual/kea.rst index 7a1632a3..1d2f12a0 100644 --- a/source/manual/kea.rst +++ b/source/manual/kea.rst @@ -498,6 +498,10 @@ The DDNS Agent attempts to match each request to the appropriate DNS server and but different `TSIG key names` and `TSIG key secrets`, only the first one will be taken into account. Best practice would be creating one unique `DNS forward zone` per subnet, each with a unique `TSIG key name`. +.. Attention:: + + Only subnets that have a DNS server configured will send DDNS updates. + Prefix Delegation (IA_PD) ------------------------------------------