mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5078] port range proxies definition partly gives "start error: status not wait start" after frpc is connected #3990
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#3990
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 @ByteCrunch on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5078
Bug Description
I have an issue after frpc is connected to the server with the following configuration:
After successful connection to the frps, I get partly success logs for the port range definition, and also lots of errors:
If I comment out the range definition block at startup, start frpc and let it connect, uncomment the block again and reload the configuration with
/opt/frp/bin/frpc reload -c /opt/frp/etc/frpc.tomlI don't see any errors.Is there a general limitation how big a port range can be at startup?
Kind regards
Manuel
frpc Version
v0.65.0
frps Version
v0.64.0
System Architecture
linux/amd64
Configurations
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Nov 28, 2025):
When a large number of proxies start simultaneously, there may be some delays and errors, but they should eventually recover automatically.
@ByteCrunch commented on GitHub (Dec 9, 2025):
It seems that it will in fact resolve itself after 5-30 minutes. There are also accompanying errors in the FRP server logs:
[server/control.go:394] [66ec09239cf50970] new proxy [zzdynprt-test-50437] type [stcp] error: proxy [zzdynprt-test-50437] already exists
I guess it takes some time for the proxy or registration of a proxy is removed properly if a client didn't disconnect gracefully.
@fatedier commented on GitHub (Dec 9, 2025):
Batch registering a large number of ports is not the recommended way to use this tool, but we will consider some optimizations for this scenario in the future.
@github-actions[bot] commented on GitHub (Dec 24, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.