Home
(current)
Sensors Status
Server Management
Blacklist IP
Blacklist IP
{%if blacklisted_ip==2 %} This IP is already blacklisted {% else %} Incorrect IP address {% endif %}
IP Blacklisted
Blacklist IP
Manage IP Blacklist
Show Blacklisted IP
Unblacklist IP
{%if unblacklisted_ip==2 %} This IP is not blacklisted {% else %} Incorrect IP address {% endif %}
IP Unblacklisted
Unblacklist IP
Blacklist UUID
Blacklist UUID
{%if blacklisted_uuid==2 %} This UUID is already blacklisted {% else %} Incorrect UUID {% endif %}
UUID Blacklisted
Blacklist UUID
Manage UUID Blacklist
Show Blacklisted UUID
Unblacklist UUID
{%if unblacklisted_uuid==2 %} This UUID is not Blacklisted {% else %} Incorrect UUID {% endif %}
UUID Unblacklisted
Unblacklist UUID
Header Accepted Types
Type
Description
Remove Type
{% for type in list_accepted_types %}
{{type['id']}}
{{type['description']}}
Remove Type
{% endfor %}
Add New Types
Add New Type
{% include 'navfooter.html' %}