Phx2Ban.Analyzer (Phx2Ban v0.2.2)
This module is responsible for analyzing inbound traffic to your application. It is
meant to run under a PartitionSupervisor
so that the workload is spread out across
many processes so that traffic analysis does not fall behind incoming traffic. If
malicious requests are detected, then those requests are passed on to the
Phx2Ban.Blocklist
GenServer so that the malicious request can be default with
accordingly.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.