{% extends "base.html" %} {% block title %}IP Management - Admin Panel{% endblock %} {% block content %}
| IP Address | Reason | Bot Attempts | Blocked At | Actions |
|---|---|---|---|---|
{{ blocked_ip.ip_address }}
|
{{ blocked_ip.reason }} | {{ blocked_ip.bot_attempts }} | {{ blocked_ip.blocked_at.strftime('%Y-%m-%d %H:%M:%S') }} |
All IP addresses are currently allowed.
| IP Address | Decision | Confidence | Webapp | Reason | Time |
|---|---|---|---|---|---|
{{ decision.ip_address }}
|
{% if decision.decision_type == 'block' %} Block {% elif decision.decision_type == 'suspicious' %} Suspicious {% else %} Allow {% endif %} |
|
{% if decision.deployed_app %} {{ decision.deployed_app.app_template.name }} {% else %} Unknown {% endif %} | {{ decision.ai_reason }} | {{ decision.created_at.strftime('%Y-%m-%d %H:%M:%S') }} |
AI-AntiBot system is ready. Decisions will appear here when webapps have Cloudflare disabled.
| IP Address | Deployment | Time |
|---|---|---|
{{ attempt.ip_address }} |
{% if attempt.deployed_app %} {{ attempt.deployed_app.app_template.name }} {% else %} Unknown {% endif %} | {{ attempt.created_at.strftime('%Y-%m-%d %H:%M:%S') }} |
Your security system is working perfectly.