{% extends "base.html" %} {% block title %}缓存对等 - Squid Manager{% endblock %} {% block content %}

共 {{ peers | length }} 个对等节点。

{% for p in peers %} {% endfor %} {% if not peers %} {% endif %}
# 主机 类型 HTTP 端口 ICP 端口 选项 删除
{{ loop.index }}
暂无对等节点
{% if peers %}
{% endif %}

📖 cache_peer 类型与选项

常用选项: proxy-only (不缓存到本地)、 no-query (不发送 ICP 查询)、 weight=N (权重)、 login=user:pass (代理认证)、 ssl (SSL 连接)、 round-robin (轮询)

{% endblock %}