mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1177] 当端口被冲突的时候,如何退出客户端进程? #921
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#921
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 @huangmingyou on GitHub (Apr 4, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1177
当多台客户端连接服务器的时候,如果端口冲突,后续的客户端不能自动退出进程.
@fatedier commented on GitHub (Apr 5, 2019):
remote_port 设置为 0,随机分配端口,或者自行通过 API 查询端口,自己管理客户端。