[GH-ISSUE #1365] 服务端频繁收到客户端请求连接 #1083

Closed
opened 2026-05-05 12:41:41 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @zhangdp on GitHub (Aug 8, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1365

frps:0.28.0
frpc:0.28.0

frps.ini

[common]
bind_port = 7000
vhost_http_port = 5000
vhost_https_port = 5001
token = xxxxxx
dashboard_port = 7500

frps.ini

[common]
server_addr = x.x.x.x
server_port = 7000
token = xxxxx
login_fail_exit = false
[web]
type = http
local_port = 5000
local_ip = 192.168.6.229
custom_domains = xx.com

frps日志显示频繁收到同一个客户端连接,不知是本来就是这样的还是哪里没设置好?这样是不是频率太高了?

Originally created by @zhangdp on GitHub (Aug 8, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1365 frps:0.28.0 frpc:0.28.0 # frps.ini [common] bind_port = 7000 vhost_http_port = 5000 vhost_https_port = 5001 token = xxxxxx dashboard_port = 7500 # frps.ini [common] server_addr = x.x.x.x server_port = 7000 token = xxxxx login_fail_exit = false [web] type = http local_port = 5000 local_ip = 192.168.6.229 custom_domains = xx.com frps日志显示频繁收到同一个客户端连接,不知是本来就是这样的还是哪里没设置好?这样是不是频率太高了?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1083
No description provided.