A software host-based firewall implemented in Flask that blocks source IP addresses exceeding a defined request limit on the server. Real-time notifications are provided to the front-end using sockets.
Backend:
backend: run_app.shRun the front-end:
frontend: yarn dev