--}}
{{--
--}}
Frps 版本 |
{{ $serverInfo->version ?? 0 }} |
绑定端口 |
{{ $serverInfo->bind_port ?? 0 }} |
@if ($serverInfo->bind_udp_port ?? 0)
UDP 端口 |
{{ $serverInfo->bind_udp_port ?? 0 }} |
@endif
HTTP 端口 |
{{ $serverInfo->vhost_http_port ?? 0 }} |
HTTPS 端口 |
{{ $serverInfo->vhost_https_port ?? 0 }} |
KCP 端口 |
{{ $serverInfo->kcp_bind_port ?? 0 }} |
@if (!empty($serverInfo->subdomain_host))
子域名 |
{{ $serverInfo->subdomain_host ?? 0 }} |
@endif
Max PoolCount |
{{ $serverInfo->max_pool_count ?? 0 }} |
Max Ports Peer Client |
{{ $serverInfo->max_ports_per_client ?? 0 }} |
Heartbeat timeout |
{{ $serverInfo->heart_beat_timeout ?? 0 }} |
自启动以来总入流量 |
{{ unitConversion($serverInfo->total_traffic_in ?? 0) }} |
自启动以来总出流量 |
{{ unitConversion($serverInfo->total_traffic_out ?? 0) }} |
客户端数量 |
{{ $serverInfo->client_counts ?? 0 }} |
当前连接数量 |
{{ $serverInfo->cur_conns ?? 0 }} |
@if ($server->status == 'down')
无法连接到服务器
@else
正常
@endif
@if ($server->status == 'maintenance')
维护中
@else
@endif
将这些内容放入: frps.ini