{% extends 'base.html' %} {% block content %}
{{ nginx_settings.source_display }}
| IP | Location | Reqs | Errors |
|---|---|---|---|
| {% if ip.city or ip.country %}{{ ip.city }}{% if ip.city and ip.country %}, {% endif %}{{ ip.country }}{% else %}—{% endif %} | {{ ip.count }} | {{ ip.errors }} | |
| No data yet | |||
| Service | Requests |
|---|---|
| {% if svc.service %}{% else %}—{% endif %} | {{ svc.count }} |
| No data yet | |
| Time | IP | Method | Path | Status |
|---|
Adds to block-cidrs-manual ConfigMap.
Separate multiple entries with commas or newlines.
| IP | Source | Reason | Requests | |
|---|---|---|---|---|
| {{ ban.get_ban_source_display }} | {{ ban.reason }} | {{ ban.request_count }} | {% if ban.is_unbanned %} Unbanned {% else %} {% endif %} |