From: Jacob Masse Date: Mon, 29 Jun 2026 13:00:17 +0000 (-0400) Subject: docs(dnsdist): fix spell check failures X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3443d86c61ea748af249d83115e18cfdefabc66f;p=thirdparty%2Fpdns.git docs(dnsdist): fix spell check failures - Replace 'SIEM' with 'monitoring platform' to avoid unrecognized word - Add 'cjson' and 'dynunblock' to spell check expect list Signed-off-by: Jacob Masse --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index bb1c864afa..c50d89f63e 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -189,6 +189,7 @@ Chiavacci Christof chrooted chrooting +cjson clangd Cloos closesocket @@ -386,6 +387,7 @@ dynbpf dyndns dynhandler dynmodules +dynunblock easydns ebpf ebpfblocklist diff --git a/pdns/dnsdistdist/docs/guides/dynblocks.rst b/pdns/dnsdistdist/docs/guides/dynblocks.rst index 9b454b5344..24fd8c07e9 100644 --- a/pdns/dnsdistdist/docs/guides/dynblocks.rst +++ b/pdns/dnsdistdist/docs/guides/dynblocks.rst @@ -131,7 +131,7 @@ That requirement could be lifted a bit by the use of sampling, meaning that only Triggering Dynamic Blocks from an External System -------------------------------------------------- -In some deployments an external detection system (a traffic analyzer, SIEM, or similar) identifies abusive sources and needs to push blocks into dnsdist over the network. +In some deployments an external detection system (a traffic analyzer, monitoring platform, or similar) identifies abusive sources and needs to push blocks into dnsdist over the network. The built-in webserver combined with :func:`registerWebHandler` makes this possible without any additional software. The following Lua snippet exposes two custom HTTP endpoints: one to add a dynamic block and one to remove it.