{% extends "base.html" %} {% block title %}访问控制 - Squid Manager{% endblock %} {% block content %}

访问规则按顺序从上到下匹配,命中即停止。共 {{ rules | length }} 条规则。

可用的 ACL: {% for name in acls_by_name.keys() %} {{ name }}{% if not loop.last %} · {% endif %} {% endfor %}

{% for r in rules %} {% endfor %} {% if not rules %} {% endif %}
顺序 指令 动作 ACL 备注 删除
{{ loop.index }}
暂无规则。点击上方"添加规则"按钮开始。
{% if rules %}
{% endif %}

📖 规则说明

{% endblock %}