{% extends "base.html" %} {% block title %}IP Rules{% endblock %} {% block content %}

IP Allowlist / Blocklist

Block or allow specific IPs and CIDR ranges. Requires IP_FILTER_ENABLED=true in your environment.

{% if ip_filter_enabled %}Active{% else %}Disabled{% endif %}

Rules

Loading rules…

No rules defined

All IPs are allowed by default. Add a block rule to restrict access.

IP / CIDR Type Reason Expires Created Action

Add IP Rule

How it works

{% endblock %}