{% extends "xeolux_securitykit/base.html" %} {% block title %}Blacklist IP{% endblock %} {% block content %}
IPs et plages CIDR bloquées automatiquement.
| IP / CIDR | Label | Raison | Expiration | Statut | |
|---|---|---|---|---|---|
{{ entry.ip_or_cidr }} |
{{ entry.label|default:"—" }} | {{ entry.reason|default:"—" }} | {{ entry.expires_at|date:"d/m/Y"|default:"Permanent" }} | {% if entry.enabled %}Bloqué{% else %}Inactif{% endif %} | |
|
Aucune IP bloquée. | |||||