Skip to content

Add bruteforceip Api endpoint

mh requested to merge add-bruteforceip-api-endpoint into master

This provides endpoints to insert bruteforceips, which is one of the remaining direct DB access operations we do. Purging is done through a delayed job.

Additionally, we provide means to query and delete Ips, which could be integrated into the admin interface.

Once this got merged, the existing script with direct DB access, can be changed to talk via iApi.

Merge request reports