mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1365] 服务端频繁收到客户端请求连接 #1083
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1083
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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日志显示频繁收到同一个客户端连接,不知是本来就是这样的还是哪里没设置好?这样是不是频率太高了?