{% extends "base.html" %} {% block title %}代理 · frps-manager{% endblock %} {% block content %} {% if tenants|length > 1 or clients|length > 1 %}
{% if tenants|length > 1 %} {% endif %}
{% endif %} {% for p in items %} {% else %} {% endfor %}
名称类型客户端远端本地在线启用操作
{{ p.name }} {% if p.note %}
{{ p.note }}{% endif %}
{{ p.type }} {{ p.client.name }}
{{ p.client.tenant.name }}
{% if p.type in ('tcp','udp') %} :{{ p.remote_port or '?' }} {% elif p.subdomain %} {{ p.subdomain }}.<base> {% elif p.custom_domains %} {{ p.custom_domains.split(',')[0] }}{% if p.custom_domains.count(',') > 0 %} ...{% endif %} {% else %}-{% endif %} {{ p.local_ip }}:{{ p.local_port }} {% if p.name in online_names %}在线 {% else %}离线{% endif %} {% if p.is_enabled %}启用{% else %}禁用{% endif %} 编辑
暂无代理

修改代理规则后,对应 frpc 主机需要重新拉取 frpc.ini 并执行 frpc reload -c /etc/frpc.ini 让新代理生效。 仪表盘上的「在线」状态来自 frps 实时报告,需要 frpc reload 后才会刷新。

{% endblock %}