# accesslog

Django middleware that logs useful requests (default: HTTP 200 only), tracks abusive scanners (404 bursts),
stores them in TrashIP, and can ban/unban IPs via iptables with TTL + cron + full audit log.

## Install
```bash
pip install accesslog