- 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>
Christof
chrooted
chrooting
+cjson
clangd
Cloos
closesocket
dyndns
dynhandler
dynmodules
+dynunblock
easydns
ebpf
ebpfblocklist
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.