{% extends 'layouts/default.html' %} {% block title %}Rule limit reached{% endblock %} {% block content %}

You can't add new / reactivate {{ rule_type }} rule.

{{ message }}
Rule typeCurrent countLimit
IPv4 (Flowspec4){{ count_4 }}{{ org.limit_flowspec4|unlimited }}
IPv6 {Flowspec6){{ count_6 }}{{ org.limit_flowspec6|unlimited }}
RTBH{{ count_rtbh }}{{ org.limit_rtbh|unlimited }}

Please delete some unnecesary rules, or contact system Administrator.

{% endblock %}