From ec7864c4cb51a3be3c970adb724036ce74772d46 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 17 Sep 2025 08:23:51 +0200 Subject: [PATCH] Update docs/backends/lua2.rst Signed-off-by: Miod Vallat --- docs/backends/lua2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/lua2.rst b/docs/backends/lua2.rst index d6d835ed5..51c08b171 100644 --- a/docs/backends/lua2.rst +++ b/docs/backends/lua2.rst @@ -127,7 +127,7 @@ NOTES: is required if you want to be able to enable the zone cache or to search records. It is also required if you want to serve a zone **without a SOA in _another_ backend**: if you - don't list your zone here pdns server will reject it (as unknown zone) and the requests will + don't list your zone here, pdns server will not recognize the zone as valid (and will treat it as unknown), causing the requests to never reach lua2 backend. ``dns_get_domain_metadata(domain, kind)`` -- 2.47.3