{% extends "base.html" %} {% block title %}Security Settings — ComplyForm Dashboard{% endblock %} {% block content %}

Security Settings

IP Allowlist

Enabling IP restrictions will block dashboard access from non-allowed IPs, including yours. Ensure your current IP is included.

Your current IP: {{ client_ip }}

IPv4 and IPv6 CIDR notation supported (e.g. 10.0.0.0/8, 2001:db8::/32)

{% endblock %}