{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
{% if config.mode.value == 'off' %} Firewall is disabled. All actions are allowed. {% elif config.mode.value == 'audit' %} Firewall is in audit mode. Violations are logged but not blocked. {% else %} Firewall is in enforce mode. Violations are blocked. {% endif %}
Agent discovery not yet available. Install the discovery module and run agentfirewall scan.