Pritunl Login UI Brute Force feature

Hello,

We are going through a pentest, and just got ask to implement some sort of brute-force feature were the UI gets blocked for X amount of time.

Does anyone know any feature that will allow it ? I checked all the documentation and cant find anything about it.

Thx!!

The rate of login attempts is controlled by the settings below. It defaults to 30 attempts every 600 seconds.

sudo pritunl set app.auth_limiter_count_max 30
sudo pritunl set app.auth_limiter_ttl 600

More information on securing the server can be found in the Securing Pritunl documentation.