Access control list
{%if _is_enable_acl == 1 %} ACL isone
{%else%}
ACL is off
enable it in
configurate
{%endif%}
IP | Access | Time | Desciption | Action | |
---|---|---|---|---|---|
{%if acl.is_allowed == 1 %} {%else%} {%endif%} | {{ acl.ipaddress }} | {{ acl.is_allowed }} | {{ acl.created_at | gemini_datetime_format('%d %B %H:%M') }} | {{ acl.desciption }} |
{% if msg %}
{{ msg | safe }}
{% endif %}