]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(dnsdist): fix spell check failures
authorJacob Masse <jacob@traztech.ca>
Mon, 29 Jun 2026 13:00:17 +0000 (09:00 -0400)
committerJacob Masse <jacob@traztech.ca>
Tue, 30 Jun 2026 14:01:13 +0000 (10:01 -0400)
- Replace 'SIEM' with 'monitoring platform' to avoid unrecognized word
- Add 'cjson' and 'dynunblock' to spell check expect list

Signed-off-by: Jacob Masse <jacob@traztech.ca>
.github/actions/spell-check/expect.txt
pdns/dnsdistdist/docs/guides/dynblocks.rst

index bb1c864afacf81cc5b5705c4b6aa3ef536ce7450..c50d89f63e54aab2ec522dbf73505596ec99674b 100644 (file)
@@ -189,6 +189,7 @@ Chiavacci
 Christof
 chrooted
 chrooting
+cjson
 clangd
 Cloos
 closesocket
@@ -386,6 +387,7 @@ dynbpf
 dyndns
 dynhandler
 dynmodules
+dynunblock
 easydns
 ebpf
 ebpfblocklist
index 9b454b5344410550c03b955be646fc6368b3b9bd..24fd8c07e9e4a35f885cc23e4f4e879f84f19a69 100644 (file)
@@ -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.